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