ReplicatedObject.InitializeUnmarshaled Method

Definition

Overloads

InitializeUnmarshaled(ReplicatedObject)
InitializeUnmarshaled(ServerAgent, ObjectSpace)

InitializeUnmarshaled(ReplicatedObject)

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

Parameters

Applies to

InitializeUnmarshaled(ServerAgent, ObjectSpace)

protected public:
 virtual void InitializeUnmarshaled(Microsoft::Rtc::Sip::ServerAgent ^ serverAgent, Microsoft::Rtc::Sip::ObjectSpace ^ objectSpace);
protected internal virtual void InitializeUnmarshaled (Microsoft.Rtc.Sip.ServerAgent serverAgent, Microsoft.Rtc.Sip.ObjectSpace objectSpace);

Parameters

serverAgent
ServerAgent
objectSpace
ObjectSpace

Applies to