LogoffEntList Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogoffEntList() method logs the user off the specified list of entities. The user is logged off the entities one at a time. If an error occurs, the user might have logged off some entities but not others.
'Declaration
Public Sub LogoffEntList( _
ByVal arrayEntIds() As Integer _
)
public void LogoffEntList(
int[] arrayEntIds
)
Parameters
- arrayEntIds
- Required. Holds an array of IDs of the entities from which to log the user off.