다음을 통해 공유


ReportingService2005.BeginSetResourceContents 메서드

정의

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

매개 변수

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

반환

적용 대상