Method InitializeAsync
InitializeAsync(ResourceManager, string, string)
Async operation for initializing a constructed object.
Declaration
AsyncOperationHandle<bool> InitializeAsync(ResourceManager rm, string id, string data)
Parameters
| Type | Name | Description | 
|---|---|---|
| ResourceManager | rm | The current instance of Resource Manager.  | 
    
| string | id | The id of the object.  | 
    
| string | data | Serialized data for the object.  | 
    
Returns
| Type | Description | 
|---|---|
| AsyncOperationHandle<bool> | Async operation  |