ReportingService2006.BeginSetResourceContents Metodo

Definizione

public:
 IAsyncResult ^ BeginSetResourceContents(System::String ^ Resource, cli::array <System::Byte> ^ Contents, System::String ^ MimeType, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetResourceContents (string Resource, byte[] Contents, string MimeType, AsyncCallback callback, object asyncState);
member this.BeginSetResourceContents : string * byte[] * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetResourceContents (Resource As String, Contents As Byte(), MimeType As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parametri

Resource
String
Contents
Byte[]
MimeType
String
callback
AsyncCallback
asyncState
Object

Restituisce

Si applica a