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!

ReturnMessage.GetOutArgName

Return the name of a specific out argument.

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

Parameters

index
The 0-based index of the argument to get.

Return Value

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

See Also

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