ReportingService2005.BeginSetModelDefinition 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.
public:
IAsyncResult ^ BeginSetModelDefinition(System::String ^ Model, cli::array <System::Byte> ^ Definition, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetModelDefinition (string Model, byte[] Definition, AsyncCallback callback, object asyncState);
member this.BeginSetModelDefinition : string * byte[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetModelDefinition (Model As String, Definition As Byte(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Model
- String
- Definition
- Byte[]
- callback
- AsyncCallback
- asyncState
- Object