DotMSN

P2PHandler.GetSwitchboardSession Method 

Gets a switchboard session with the specified remote contact present in the session. Null is returned if no such session is found.

[Visual Basic]
Protected Function GetSwitchboardSession( _
   ByVal remoteContact As String _
) As SBMessageHandler
[C#]
protected SBMessageHandler GetSwitchboardSession(
   string remoteContact
);

Parameters

remoteContact

Return Value

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace