AsyncWcfLib

ActorInput.OnConnectDisconnect Method

Message is passed to users connect/disconnect event handler, may be overloaded and call a WcfMessageHandler<TSC>

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

Parameters

id
WcfReqIdent containing Message and Sender.
msg
The message.

Return Value

True when handled.

See Also

ActorInput Class | SourceForge.AsyncWcfLib Namespace