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!

IContextPropertyActivator.CollectFromClientContext

[Visual Basic]
Sub CollectFromClientContext( _
   ByVal msg As IConstructionCallMessage _
)
[C#]
void CollectFromClientContext(
   IConstructionCallMessage msg
);
[C++]
void CollectFromClientContext(
   IConstructionCallMessage* msg
) = 0;
[JScript]
function CollectFromClientContext(
   msg : IConstructionCallMessage
);

Parameters

msg
[To be supplied.]

See Also

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