DotMSN

P2PHandler.RemoveSessionProcessor Method 

Removes the messageprocessor from the specified messagesession, because it is invalid.

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

See Also

P2PHandler Class | XihSolutions.DotMSN.DataTransfer Namespace