[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMethod\u003c/code\u003e is a non-generic representation of a remote method within the Grpc.Core namespace, found in the Grpc.Core.Api.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFullName\u003c/code\u003e property retrieves the fully qualified name of a method, which is crucial for server-side method dispatching.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eName\u003c/code\u003e provides the unqualified name of the method, while \u003ccode\u003eServiceName\u003c/code\u003e identifies the service to which the method belongs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eType\u003c/code\u003e property returns the type of the method, represented by the \u003ccode\u003eMethodType\u003c/code\u003e enumeration.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the Grpc.Core reference documentation is version 2.66.0, and there are also documentations for version 2.63.0 and 2.48.0.\u003c/p\u003e\n"]]],[],null,["# Interface IMethod (2.66.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.66.0 (latest)](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.IMethod)\n- [2.63.0](/dotnet/docs/reference/Grpc.Core/2.63.0/Grpc.Core.IMethod)\n- [2.48.0](/dotnet/docs/reference/Grpc.Core/2.48.0/Grpc.Core.IMethod) \n\n public interface IMethod\n\nA non-generic representation of a remote method.\n\nNamespace\n---------\n\n[Grpc.Core](/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core)\n\nAssembly\n--------\n\nGrpc.Core.Api.dll\n\nProperties\n----------\n\n### FullName\n\n string FullName { get; }\n\nGets the fully qualified name of the method. On the server side, methods are dispatched\nbased on this name.\n\n### Name\n\n string Name { get; }\n\nGets the unqualified name of the method.\n\n### ServiceName\n\n string ServiceName { get; }\n\nGets the name of the service to which this method belongs.\n\n### Type\n\n MethodType Type { get; }\n\nGets the type of the method."]]