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!

IMethodMessage.GetArgName

[To be supplied.]

[Visual Basic]
Function GetArgName( _
   ByVal index As Integer _
) As String
[C#]
string GetArgName(
   int index
);
[C++]
String* GetArgName(
   int index
) = 0;
[JScript]
function GetArgName(
   index : int
) : String;

Parameters

index
[To be supplied.]

See Also

IMethodMessage Interface | IMethodMessage Members | System.Runtime.Remoting Namespace