DotMSN

P2PHandler.RemoveSwitchboardSession Method 

Removes a switchboard handler from the list of switchboard sessions to send messages to.

[Visual Basic]
Overridable Protected Sub RemoveSwitchboardSession( _
   ByVal session As SBMessageHandler _
)
[C#]
protected virtual void RemoveSwitchboardSession(
   SBMessageHandler session
);

Parameters

session

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace