Share via


CommunicationClientFactoryBase<TCommunicationClient>.ClientDisconnected Event

Definition

Event handler that is fired when the Communication client disconnects from the service endpoint.

public event EventHandler<Microsoft.ServiceFabric.Services.Communication.Client.CommunicationClientEventArgs<TCommunicationClient>> ClientDisconnected;
member this.ClientDisconnected : EventHandler<Microsoft.ServiceFabric.Services.Communication.Client.CommunicationClientEventArgs<'CommunicationClient>> 
Public Event ClientDisconnected As EventHandler(Of CommunicationClientEventArgs(Of TCommunicationClient)) 

Event Type

Implements

Applies to