ModuleSecurity.ReloadRuntimeUsersAsync Method

Reload runtime users
<ID("ReloadRuntimeUsersAsync", (int)e.ReloadRuntimeUsers)> _ 
Public Function ReloadRuntimeUsersAsync() As Task(Of String[])
This language is not supported or no code example is available.
[ID("ReloadRuntimeUsersAsync", (int)e.ReloadRuntimeUsers)] 
public Task<string[]> ReloadRuntimeUsersAsync()
This language is not supported or no code example is available.

Return Value

Task<string[]>

String array containg user names. If failed then returns null

.NET Framework

Supported in: 4.8

In this article

Definition