ClientBase(TChannel).ChannelBase(T) Events

ClientBase(Of TChannel).ChannelBase(Of T) Events

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

  NameDescription
Explicit interface implemetation Private event IClientChannel.UnknownMessageReceived This is a reserved event.
Explicit interface implemetation Private event ICommunicationObject.Closed The event handler that is invoked when the ClientBase(Of TChannel).ChannelBase(Of T) object has transitioned from its current state to the closed state.
Explicit interface implemetation Private event ICommunicationObject.Closing The event handler that is invoked when the ClientBase(Of TChannel).ChannelBase(Of T) object transitions from its current state to the closed state.
Explicit interface implemetation Private event ICommunicationObject.Faulted The event handler that is invoked when a fault occurs while performing an operation on the ClientBase(Of TChannel).ChannelBase(Of T) object.
Explicit interface implemetation Private event ICommunicationObject.Opened The event handler that is invoked when the ClientBase(Of TChannel).ChannelBase(Of T) object has transitioned from the created state to the opened state.
Explicit interface implemetation Private event ICommunicationObject.Opening The event handler that is invoked when the ClientBase(Of TChannel).ChannelBase(Of T) object transitions from the created state to the opened state.
Top

Show:
© 2017 Microsoft