Click or drag to resize
IMethod Interface
A non-generic representation of a remote method.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public interface IMethod

The IMethod type exposes the following members.

Properties
  NameDescription
Public propertyFullName
Gets the fully qualified name of the method. On the server side, methods are dispatched based on this name.
Public propertyName
Gets the unqualified name of the method.
Public propertyServiceName
Gets the name of the service to which this method belongs.
Public propertyType
Gets the type of the method.
Top
See Also