[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]public class BindServiceMethodAttribute:Attribute
Specifies the location of the service bind method for a gRPC service.
The bind method is typically generated code and is used to register a service's
methods with the server on startup.
The bind method signature takes a ServiceBinderBase and an optional
instance of the service base class, e.g. static void BindService(ServiceBinderBase, GreeterService).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBindServiceMethodAttribute\u003c/code\u003e class specifies the location of the service bind method for a gRPC service.\u003c/p\u003e\n"],["\u003cp\u003eThe bind method, typically generated, registers a service's methods with the server upon startup.\u003c/p\u003e\n"],["\u003cp\u003eThe attribute's constructor takes the type and name of the bind method as parameters.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the \u003ccode\u003eAttribute\u003c/code\u003e class and includes inherited members like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetCustomAttribute\u003c/code\u003e, and \u003ccode\u003eGetCustomAttributes\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindServiceMethodAttribute\u003c/code\u003e class includes properties \u003ccode\u003eBindMethodName\u003c/code\u003e and \u003ccode\u003eBindType\u003c/code\u003e which store the name and type of the bind method, respectively.\u003c/p\u003e\n"]]],[],null,[]]