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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!