Method Acquire
Acquire<TObject>(AsyncOperationHandle<TObject>)
Increment reference count of operation handle.
Declaration
public AsyncOperationHandle<TObject> Acquire<TObject>(AsyncOperationHandle<TObject> handle)
Parameters
Type | Name | Description |
---|---|---|
AsyncOperationHandle<TObject> | handle | The handle to the resource to increment the reference count for. |
Returns
Type | Description |
---|---|
AsyncOperationHandle<TObject> | A new handle to the operation. This handle must also be released. |
Type Parameters
Name | Description |
---|---|
TObject |
Acquire(AsyncOperationHandle)
Increment reference count of operation handle.
Declaration
public void Acquire(AsyncOperationHandle handle)
Parameters
Type | Name | Description |
---|---|---|
AsyncOperationHandle | handle | The handle to the resource to increment the reference count for. |