AsyncWcfLib

IActorOutput.OutputState Property

Gets or sets the state of the outgoing connection.

May be called from any thread.

Setting OutputState to WcfState.Ok or WcfState.Connecting reconnects a previously disconnected link.

These states may be set only after an initial call to TryConnect from the active services internal thread.

Setting other states will disconnect the WCF client from network.

public WcfState OutputState { public get; public set; }

See Also

IActorOutput Interface | SourceForge.AsyncWcfLib Namespace