CommunicatorOnAfterConnect Field

Performs some special action (e.g. authentication) after the communicator is successfully connected. This procedure should throw ComException if the current opening operation was not successfull, which aborts the communicator connection.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public Action<CancellationToken> OnAfterConnect

Field Value

ActionCancellationToken

See Also