ReportingService2005.ListSecureMethodsAsync 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
ListSecureMethodsAsync() | |
ListSecureMethodsAsync(Object) |
ListSecureMethodsAsync()
public:
void ListSecureMethodsAsync();
public void ListSecureMethodsAsync ();
member this.ListSecureMethodsAsync : unit -> unit
Public Sub ListSecureMethodsAsync ()
Applies to
ListSecureMethodsAsync(Object)
public:
void ListSecureMethodsAsync(System::Object ^ userState);
public void ListSecureMethodsAsync (object userState);
member this.ListSecureMethodsAsync : obj -> unit
Public Sub ListSecureMethodsAsync (userState As Object)
Parameters
- userState
- Object