ReportingService2005.GetModelDefinitionAsync Method

Definition

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

Applies to