DuplexClientBase<TChannel> Events

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate event ICommunicationObject.Closed The event handler that is invoked when the ClientBase<TChannel> object has transitioned from its current state to the closed state. (Inherited from ClientBase<TChannel>.)
Explicit interface implemetationPrivate event ICommunicationObject.Closing The event handler that is invoked when the ClientBase<TChannel> object transitions from its current state to the closed state. (Inherited from ClientBase<TChannel>.)
Explicit interface implemetationPrivate event ICommunicationObject.Faulted The event handler that is invoked when a fault occurs while performing an operation on the ClientBase<TChannel> object. (Inherited from ClientBase<TChannel>.)
Explicit interface implemetationPrivate event ICommunicationObject.Opened The event handler that is invoked when the ClientBase<TChannel> object has transitioned from the created state to the opened state. (Inherited from ClientBase<TChannel>.)
Explicit interface implemetationPrivate event ICommunicationObject.Opening The event handler that is invoked when the ClientBase<TChannel> object transitions from the created state to the opened state. (Inherited from ClientBase<TChannel>.)

Top