SynchronizationAttribute::GetPropertiesForNewContext Method (IConstructionCallMessage^)

 

Adds the Synchronized context property to the specified IConstructionCallMessage.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

public:
[SecurityCriticalAttribute]
[ComVisibleAttribute(true)]
virtual void GetPropertiesForNewContext(
	IConstructionCallMessage^ ctorMsg
) override

Parameters

ctorMsg
Type: System.Runtime.Remoting.Activation::IConstructionCallMessage^

The IConstructionCallMessage to which to add the property.

.NET Framework
Available since 1.1
Return to top
Show: