ClientBase(Of TChannel) Events
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
| Name | Description | |
|---|---|---|
|
ICommunicationObject.Closed | The event handler that is invoked when the ClientBase(Of TChannel) object has transitioned from its current state to the closed state. |
|
ICommunicationObject.Closing | The event handler that is invoked when the ClientBase(Of TChannel) object transitions from its current state to the closed state. |
|
ICommunicationObject.Faulted | The event handler that is invoked when a fault occurs while performing an operation on the ClientBase(Of TChannel) object. |
|
ICommunicationObject.Opened | The event handler that is invoked when the ClientBase(Of TChannel) object has transitioned from the created state to the opened state. |
|
ICommunicationObject.Opening | The event handler that is invoked when the ClientBase(Of TChannel) object transitions from the created state to the opened state. |
Show: