DotMSN

NSMessageHandler.OnSYNReceived Method 

Called when a SYN command has been received.

[Visual Basic]
Overridable Protected Sub OnSYNReceived( _
   ByVal message As NSMessage _
)
[C#]
protected virtual void OnSYNReceived(
   NSMessage message
);

Parameters

message

Remarks

Indicates that the server has send an answer to a request for a list synchronization from the client. It stores the parameters of the command internally for future use with other commands. Raises the SynchronizationCompleted event when there are no contacts on any list.

SYN [Transaction] [SynchronizationID] [Contact count] [Group count]

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace