NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodCall.GetInArgName

Return the name of a specific argument.

[Visual Basic]
Overridable Public Function GetInArgName( _
   ByVal index As Integer _
) As String
[C#]
public virtual string GetInArgName(
   int index
);
[C++]
public: virtual String* GetInArgName(
   int index
);
[JScript]
public function GetInArgName(
   index : int
) : String;

Parameters

index
0-based index of argument name to get.

Return Value

Return the name of a specific argument. A string representing the name of the argument specified or null if this method is not implemented. IMessage Dictionary property key "__Args" via array object.

See Also

MethodCall Class | MethodCall Members | System.Runtime.Remoting Namespace