Method GetDefaultTableAsync
GetDefaultTableAsync()
Returns the Default table. This method is asynchronous and may not have an immediate result. Check IsDone to see if the data is available, if it is false then you can use the Completed event to get a callback when it is finished, yield on the operation or call WaitForCompletion to force the operation to complete.
Declaration
public AsyncOperationHandle<TTable> GetDefaultTableAsync()
Returns
Type | Description |
---|---|
AsyncOperationHandle<TTable> |