ReportServiceAuthentication.GetAuthenticationModeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetAuthenticationModeAsync(Object) | |
| GetAuthenticationModeAsync() |
GetAuthenticationModeAsync(Object)
public:
void GetAuthenticationModeAsync(System::Object ^ userState);
public void GetAuthenticationModeAsync (object userState);
member this.GetAuthenticationModeAsync : obj -> unit
Public Sub GetAuthenticationModeAsync (userState As Object)
Parameters
- userState
- Object
Applies to
GetAuthenticationModeAsync()
public:
void GetAuthenticationModeAsync();
public void GetAuthenticationModeAsync ();
member this.GetAuthenticationModeAsync : unit -> unit
Public Sub GetAuthenticationModeAsync ()