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

[To be supplied.]

[Visual Basic]
ReadOnly Property HasVarArgs As Boolean
[C#]
bool HasVarArgs {get;}
[C++]
bool get_HasVarArgs() = 0;
[JScript]
abstract function get HasVarArgs() : Boolean;

See Also

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