Udostępnij przez


ChannelEventArgs Class

Definition

Contains arguments for a WCF channel event.

public ref class ChannelEventArgs sealed : EventArgs
public sealed class ChannelEventArgs : EventArgs
type ChannelEventArgs = class
    inherit EventArgs
Public NotInheritable Class ChannelEventArgs
Inherits EventArgs
Inheritance
ChannelEventArgs

Constructors

Name Description
ChannelEventArgs(String)

Initializes a new instance of the ChannelEventArgs class using a message.

Properties

Name Description
Message

Gets the message describing the event.

Applies to