GrainReference.GetMethodName(Int32, Int32) Method
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.
Return the method name associated with the specified interfaceId and methodId values.
protected virtual string GetMethodName (int interfaceId, int methodId);
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
Parameters
- interfaceId
- Int32
Interface Id
- methodId
- Int32
Method Id
Returns
Method name string.