Share via


CommunicationClientFactoryBase<TCommunicationClient>.ClientConnected Event

Definition

Event handler that is fired when the Communication client connects to the service endpoint.

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

Event Type

Implements

Applies to