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

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Protected Friend 
Overrides 
Sub 
InitializeUnmarshaled ( _
	
other 
As 
ReplicatedObject _
)
Visual Basic (usage)
Dim 
other 
As 
ReplicatedObject

Me.
InitializeUnmarshaled(
other)
C#
protected internal 
override 
void 
InitializeUnmarshaled(
	
ReplicatedObject 
other
)

Parameters

other
Type: ReplicatedObject

Another object that shares the same object space.

Remarks

Overridden to support cloning.

See also