Method | Description | |
---|---|---|
BeginGet ( AsyncCallback callback, |
Initiates an asynchronous get of the binary file specified by fileGuid
|
|
BeginGet ( AsyncCallback callback, |
Initiates an asynchronous get of the binary file specified by fileId
|
|
EndGet ( IAsyncResult asyncResult, |
Ends the get.
|
|
EndGet ( IAsyncResult asyncResult, |
Ends the get.
|
Method | Description | |
---|---|---|
BeginGet ( AsyncCallback callback, |
Initiates an asynchronous get of the binary file specified by fileId or fileGuid Intended to be used by an IHttpAsyncHandler
|
public BeginGet ( AsyncCallback callback, |
||
callback | AsyncCallback | The callback. |
context | The context. | |
fileGuid | System.Guid | The file unique identifier. |
return | IAsyncResult |
public BeginGet ( AsyncCallback callback, |
||
callback | AsyncCallback | The callback. |
context | The context. | |
fileId | int | The file identifier. |
return | IAsyncResult |
public EndGet ( IAsyncResult asyncResult, |
||
asyncResult | IAsyncResult | The asynchronous result. |
context | The context. | |
return | BinaryFile |
public EndGet ( IAsyncResult asyncResult, |
||
asyncResult | IAsyncResult | The asynchronous result. |
context | The context. | |
requiresViewSecurity | bool | if set to |
return | BinaryFile |