AsyncWcfLib

ActorInput(TSC).OnConnectDisconnect Method

Message is passed to users connect/disconnect event handler.

protected override bool ActorInput(
   WcfReqIdent id,
   WcfPartnerMessage msg
);

Parameters

id
WcfReqIdent containing Message and Sender.
msg
The message.

Return Value

True when handled.

See Also

ActorInput<TSC> Class | SourceForge.AsyncWcfLib Namespace