Delegate GetUsersWithIdentitiesAsyncDelegate
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic delegate Task<IEnumerable<UserIdentity>> GetUsersWithIdentitiesAsyncDelegate(string userName = null, SortDirection sortDirection = SortDirection.Asc, Paging paging = null)
| Type | Name | Description |
|---|---|---|
| string | userName | |
| SortDirection | sortDirection | |
| Paging | paging |
| Type | Description |
|---|---|
| Task<IEnumerable<UserIdentity>> |