ReportingService2010.GetExecutionOptionsAsync 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
| GetExecutionOptionsAsync(String) | |
| GetExecutionOptionsAsync(String, Object) |
GetExecutionOptionsAsync(String)
public:
void GetExecutionOptionsAsync(System::String ^ ItemPath);
public void GetExecutionOptionsAsync (string ItemPath);
member this.GetExecutionOptionsAsync : string -> unit
Public Sub GetExecutionOptionsAsync (ItemPath As String)
Parameters
- ItemPath
- String
Applies to
GetExecutionOptionsAsync(String, Object)
public:
void GetExecutionOptionsAsync(System::String ^ ItemPath, System::Object ^ userState);
public void GetExecutionOptionsAsync (string ItemPath, object userState);
member this.GetExecutionOptionsAsync : string * obj -> unit
Public Sub GetExecutionOptionsAsync (ItemPath As String, userState As Object)
Parameters
- ItemPath
- String
- userState
- Object