共用方式為


ICommunicationClientFactory<TCommunicationClient>.ClientConnected Event

Definition

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

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

Event Type

Applies to