Method InitializeAsync
InitializeAsync(ResourceManager, string, string)
Async operation for initializing a constructed object.
선언
public virtual AsyncOperationHandle<bool> InitializeAsync(ResourceManager rm, string id, string data)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ResourceManager | rm | The current instance of Resource Manager. |
string | id | The id of the object. |
string | data | Serialized data for the object. |
반환
타입 | 설명 |
---|---|
AsyncOperationHandle<bool> | Async operation |