MethodIdAttribute(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the method id for the interface method which this attribute is declared on.
public MethodIdAttribute (int methodId);
new Orleans.CodeGeneration.MethodIdAttribute : int -> Orleans.CodeGeneration.MethodIdAttribute
Public Sub New (methodId As Integer)
Parameters
- methodId
- Int32
The method id.
Remarks
Method ids must be unique for all methods in a given interface. This attribute is only valid only on interface method declarations, not on method definitions.