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!

ThreadAffinity.GetPropertiesForNewContext

[To be supplied.]

[Visual Basic]
Overrides Public Sub GetPropertiesForNewContext( _
   ByVal ctorMsg As IConstructionCallMessage _
)
[C#]
public override void GetPropertiesForNewContext(
   IConstructionCallMessage ctorMsg
);
[C++]
public: override void GetPropertiesForNewContext(
   IConstructionCallMessage* ctorMsg
);
[JScript]
public override function GetPropertiesForNewContext(
   ctorMsg : IConstructionCallMessage
);

Parameters

ctorMsg
[To be supplied.]

See Also

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