Edit

Share via


GrainReference.GetMethodName(Int32, Int32) Method

Definition

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.

Applies to