Message.InitializeUnmarshaled(ReplicatedObject) Method

Definition

Initializes an object that is created by the application in the Unmarshaled state.

protected public:
 override void InitializeUnmarshaled(Microsoft::Rtc::Sip::Impl::ReplicatedObject ^ other);
protected internal override void InitializeUnmarshaled (Microsoft.Rtc.Sip.Impl.ReplicatedObject other);
Protected Friend Overrides Sub InitializeUnmarshaled (other As ReplicatedObject)

Parameters

other
ReplicatedObject

Another object that shares the same object space.

Remarks

Overridden to support cloning.

Applies to