Gets the fully qualified name of the method. On the server side, methods are dispatched
based on this name.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
SyntaxReadOnly Property FullName As String
Get
property String^ FullName {
String^ get ();
}abstract FullName : string with get
Property Value
Type:
String
See Also