GrainReference.GetMethodName(Int32, Int32) Method
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.
Return the method name associated with the specified interfaceId and methodId values.
C#
protected virtual string GetMethodName(int interfaceId, int methodId);
C#
public virtual string GetMethodName(int interfaceId, int methodId);
abstract member GetMethodName : int * int -> string
override this.GetMethodName : int * int -> string
Protected Overridable Function GetMethodName (interfaceId As Integer, methodId As Integer) As String
Public Overridable Function GetMethodName (interfaceId As Integer, methodId As Integer) As String
- interfaceId
- Int32
Interface Id
- methodId
- Int32
Method Id
Method name string.
Продукт | Версии |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0 |