Click or drag to resize

ClientSlot Methods

The ClientSlot type exposes the following members.

Methods
  NameDescription
Public methodDisableMulticast
Disables the reception of multicast messages identified by the specified name.
Public methodDispose
Dispose (free, release and reset) managed and unmanaged objects.
Public methodEnableMulticast
Enables the reception of multicast messages identified by the specified name.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLayout
Returns the Layout identified by the supplied layoutName.
Public methodgetTimestamp
Returns an OBCOM NetServer timestamp string.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRelease
Terminates the ClientSlot and releases allocated resources.
Public methodSendTransaction(String, Object)
Sends a transaction request to the specified service.
Public methodSendTransaction(String, Object, Boolean)
Sends a transaction request to the specified service, optinally encrypting messages.
Public methodSendTransaction(String, Object, Boolean, Boolean)
Sends a transaction request to the specified service, optinally encrypting and signing messages.
Public methodSendTransaction(String, Object, Boolean, Boolean, Int32)
Sends a transaction request to the specified service, optinally encrypting and signing messages with a timeout.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also