DotMSN

NSMessageHandler.OnCHGReceived Method 

Called when a CHG command has been received.

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

Parameters

message

Remarks

The notification server has confirmed our request for a status change. This function sets the status of the contactlist owner.

CHG [Transaction] [Status]

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace