Method Convert
Convert<T>()
Converts handle to be typed. This does not increment the reference count. To convert back to non-typed, implicit conversion is available.
선언
public AsyncOperationHandle<T> Convert<T>()
반환
타입 | 설명 |
---|---|
AsyncOperationHandle<T> | A new handle that is typed. |
타입 파라미터
이름 | 설명 |
---|---|
T | The type of the handle. |