SaaS CMS has officially launched! Learn more now.

Class WrapperMirroringTransferStatusEventHandler

The WrapperMirroringTransferStatusEventHandler class used to send the MirroringStatusEventArgs between proxy objects when there are instances of objects between two appcomain which are intrested in MirroringTransferStatusEventHandler

Inheritance
System.Object
System.MarshalByRefObject
WrapperMirroringTransferStatusEventHandler
Inherited Members
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.CreateObjRef(System.Type)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.MirroringService.MirroringTransferProtocol.Common
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
public class WrapperMirroringTransferStatusEventHandler : MarshalByRefObject

Constructors

WrapperMirroringTransferStatusEventHandler()

Declaration
public WrapperMirroringTransferStatusEventHandler()

Methods

InitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.

Declaration
public override object InitializeLifetimeService()
Returns
Type Description
System.Object

An object of type System.Runtime.Remoting.Lifetime.ILease used to control the lifetime policy for this instance. This is the current lifetime service object for this instance if one exists; otherwise, a new lifetime service object initialized to the value of the System.Runtime.Remoting.Lifetime.LifetimeServices.LeaseManagerPollTime property.

Overrides
System.MarshalByRefObject.InitializeLifetimeService()
Exceptions
Type Condition
System.Security.SecurityException

The immediate caller does not have infrastructure permission.

WrapperMessageReceivedHandler(MirroringStatusEventArgs)

Wrappers the message received handler.

Declaration
public void WrapperMessageReceivedHandler(MirroringStatusEventArgs e)
Parameters
Type Name Description
MirroringStatusEventArgs e

The MirroringStatusEventArgs instance containing the event data.

Events

WrapperMessageReceived

Occurs when [wrapper message received].

Declaration
public event MirroringTransferStatusEventHandler WrapperMessageReceived
Event Type
Type Description
MirroringTransferStatusEventHandler

Extension Methods