DotMSN

NSMessageHandler.OnProfileReceived Method 

Called when the server has send a profile description. This will update the profile of the Owner object.

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

Parameters

message

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace