ModuleSecurity.RemoveRuntimeUserAsync Method

Remove runtime user
<ID("RemoveRuntimeUserAsync", (int)e.RemoveRuntimeUserAsync)> _ 
Public Function RemoveRuntimeUserAsync( _ 
ByVal name As String
) As Task(Of Boolean)
This language is not supported or no code example is available.
[ID("RemoveRuntimeUserAsync", (int)e.RemoveRuntimeUserAsync)] 
public Task<bool> RemoveRuntimeUserAsync( 
string name 
)
This language is not supported or no code example is available.

Parameters

name
string

User name

Return Value

Task<bool>

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.8

In this article

Definition