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!

MethodResponse Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal h1() As Header, _
   ByVal mcm As IMethodCallMessage _
)
[C#]
public MethodResponse(
   Header[] h1,
   IMethodCallMessage mcm
);
[C++]
public: MethodResponse(
   Header* h1[],
   IMethodCallMessage* mcm
);
[JScript]
public function MethodResponse(
   h1 : Header[],
   mcm : IMethodCallMessage
);

Parameters

h1
[To be supplied.]
mcm
[To be supplied.]

See Also

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