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!

IContextAttribute.GetPropertiesForNewContext

Return context properties to the caller

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

Parameters

msg
?

See Also

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