OnCreateChildAsync Method
Overloads
| OnCreateChildAsync<T>(Response) | 
             Async callback for create child async  | 
        
      
    |
| OnCreateChildAsync(Response) | 
OnCreateChildAsync<T>(Response)
Async callback for create child async
Declaration
      protected T OnCreateChildAsync<T>(Response response)
    where T : GenericObject
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| Response | response | 
           The response  | 
      
Returns
| Type | Description | 
|---|---|
| T | 
           The created object  | 
      
Type Parameters
| Name | Description | 
|---|---|
| T | 
           Type of the created child  | 
      
OnCreateChildAsync(Response)
Declaration
      protected virtual CreateChildResult OnCreateChildAsync(Response response)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| Response | response | 
Returns
| Type | Description | 
|---|---|
| CreateChildResult |