Returns the number of registrations currently stored for the indicated event and function. Canceled registrations are not included in the count.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static int NumberOfRegistrants(
	IiMISUser user,
	string eventCode,
	string functionCode
)
Visual Basic (Declaration)
Public Shared Function NumberOfRegistrants ( _
	user As IiMISUser, _
	eventCode As String, _
	functionCode As String _
) As Integer
Visual C++
public:
static int NumberOfRegistrants(
	IiMISUser^ user, 
	String^ eventCode, 
	String^ functionCode
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
eventCode
Type: System..::.String
Event code for the CEvent of interest.
functionCode
Type: System..::.String
Function code for the CFunction of interest.

Return Value

The number of registrations associated with the supplied parameters.

See Also