Click or drag to resize

ClientChannel Methods

The ClientChannel type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate(String, String, LayoutManager)
Creates and returns a new ClientChannel with supplied arguments.
Public methodStatic memberCreate(String, String, String)
Creates and returns a new ClientChannel instance.
Public methodStatic memberCreate(String, String, LayoutManager, ClientListener)
Creates a new ClientChannel with supplied arguments.
Public methodStatic memberCreate(String, String, String, ClientListener)
Creates and returns a new ClientChannel with supplied arguments.
Public methodStatic memberDelete
Deletes the ClientChannel with the specified channelName.
Public methodDispose
Dispose (free, release and reset) managed and unmanaged objects.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberExists
Returns true if a ClientChannel with the specified channelName is defined.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLayout
Returns the Layout with the supplied layoutName.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberlookup
Returns the ClientChannel with the specified channelName.
Public methodNewSlot
Creates and returns a new ClientSlot of this ClientChannel.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also