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!

IMethodReturnMessage.OutArgCount

[To be supplied.]

[Visual Basic]
ReadOnly Property OutArgCount As Integer
[C#]
int OutArgCount {get;}
[C++]
int get_OutArgCount() = 0;
[JScript]
abstract function get OutArgCount() : int;

See Also

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