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
Inherited Members
Namespace: EPiServer.MirroringService.MirroringTransferProtocol.Common
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0Syntax
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
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 |