ReportingService2005.EndGetResourceContents(IAsyncResult, String) 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:
cli::array <System::Byte> ^ EndGetResourceContents(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % MimeType);
public byte[] EndGetResourceContents (IAsyncResult asyncResult, out string MimeType);
member this.EndGetResourceContents : IAsyncResult * string -> byte[]
Public Function EndGetResourceContents (asyncResult As IAsyncResult, ByRef MimeType As String) As Byte()
Parameters
- asyncResult
- IAsyncResult
- MimeType
- String
Returns
Byte[]