SaaS CMS has officially launched! Learn more now.

Class ChannelFactoryEventArgs<T>

Inheritance
System.Object
System.EventArgs
ChannelFactoryEventArgs<T>
Inherited Members
System.EventArgs.Empty
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 ChannelFactoryEventArgs<T> : EventArgs
Type Parameters
Name Description
T

Constructors

ChannelFactoryEventArgs(ChannelFactory<T>)

Initializes a new instance of the ChannelFactoryEventArgs<T> class.

Declaration
public ChannelFactoryEventArgs(ChannelFactory<T> channelFactory)
Parameters
Type Name Description
System.ServiceModel.ChannelFactory<T> channelFactory

The channel factory.

Properties

ChannelFactory

Gets or sets the channel factory.

Declaration
public ChannelFactory<T> ChannelFactory { get; set; }
Property Value
Type Description
System.ServiceModel.ChannelFactory<T>

The channel factory.

Extension Methods