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!

ContextAttribute.GetPropertiesForNewContext

[To be supplied.]

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

Parameters

ctorMsg
[To be supplied.]

See Also

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