Saves "update profile" event on avatar save.

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

Syntax

C#
public virtual void UpdatedProfileEvent(
	Guid userId
)
Visual Basic
Public Overridable Sub UpdatedProfileEvent ( 
	userId As Guid
)
Visual C++
public:
virtual void UpdatedProfileEvent(
	Guid userId
)
F#
abstract UpdatedProfileEvent : 
        userId : Guid -> unit 
override UpdatedProfileEvent : 
        userId : Guid -> unit 

Parameters

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

Implements

IEventRepository..::..UpdatedProfileEvent(Guid)

See Also