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