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.OutArgs

[To be supplied.]

[Visual Basic]
ReadOnly Property OutArgs As Object ()
[C#]
object[] OutArgs {get;}
[C++]
Object* get_OutArgs() = 0;
[JScript]
abstract function get OutArgs() : Object[];

See Also

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