DotMSN

P2PMessageSession.UsePendingProcessor Method 

Use the given processor as the direct connection processor. And disconnect all other pending processors.

[Visual Basic]
Protected Sub UsePendingProcessor( _
   ByVal processor As P2PDirectProcessor _
)
[C#]
protected void UsePendingProcessor(
   P2PDirectProcessor processor
);

Parameters

processor

See Also

P2PMessageSession Class | XihSolutions.DotMSN.DataTransfer Namespace