Method DisposeAsyncRequest
DisposeAsyncRequest(int)
Method to be implemented by the provider to dispose an existing async conversion request.
Declaration
public virtual void DisposeAsyncRequest(int requestId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | requestId | A unique identifier for the request. |
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Thrown if the implementation does not support camera image. |