AsyncWcfLib

IActorInput.InputStateFromNetwork Property

Gets or sets the state of the incoming service connection from the network.

May be called from any thread.

Setting InputStateFromNetwork 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 service from network.

public WcfState InputStateFromNetwork { public get; public set; }

See Also

IActorInput Interface | SourceForge.AsyncWcfLib Namespace