Saves "update profile" event on avatar save.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
void UpdatedProfileEvent(
	Guid userId
)
Visual Basic
Sub UpdatedProfileEvent ( 
	userId As Guid
)
Visual C++
void UpdatedProfileEvent(
	Guid userId
)
F#
abstract UpdatedProfileEvent : 
        userId : Guid -> unit 

Parameters

userId
Type: System..::..Guid
User ID.

See Also