Returns a list of top numberOfEvents events related to the friends of a user specified with the userId.

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

Syntax

C#
EntityCollection<SnEventEntity> GetEvents(
	EventArguments args
)
Visual Basic
Function GetEvents ( 
	args As EventArguments
) As EntityCollection(Of SnEventEntity)
Visual C++
EntityCollection<SnEventEntity^>^ GetEvents(
	EventArguments^ args
)
F#
abstract GetEvents : 
        args : EventArguments -> EntityCollection<SnEventEntity> 

Parameters

args
Type: MonoSoftware.MonoX.Repositories..::..EventArguments
Event arguments.

Return Value

Type: EntityCollection<(Of <(<'SnEventEntity>)>)>
A list of SnEventEntity entities.

See Also