The Channel type exposes the following members.

Constructors

  NameDescription
Channel
Constructs a new Channel.

Methods

  NameDescription
CreateContainerOverloaded. Creates a new Container within this Channel.
DeleteContainer
Deletes the specified Container from this Channel.
DisposeOverloaded. Frees any resources associated with the Channel
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the Channel.
(Overrides Object..::.Finalize()()().)
GetContainer
Gets a named Container from the Channel.
GetContainerNames
Gets the names of all Containers in the Channel.
GetContainers
Returns an array of all Containers held within this Channel.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Name
Gets the name of the Channel.

See Also