[]
Represents a delegate that retrieves the resource in a format compatible with the backend based on the specified resource information.
public delegate Stream GetResourceFn(ResourceInfo resource)
Type | Name | Description |
---|---|---|
ResourceInfo | resource | A ResourceInfo value that indicating the information about the resource to retrieve. |
Type | Description |
---|---|
Stream | A Stream object containing the resource data. |
Name | Description |
---|---|
GetResourceFn(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(ResourceInfo, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(ResourceInfo) |