Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Microsoft
WindowsAzure
asyncPromise
Interface asyncPromise
Index
Methods
done
then
Methods
public
done
(
onSuccess
?:
(result: any) => void
, onError
?:
(error: any) => void
)
Parameters
onSuccess?:
(result: any) => void
optional
onError?:
(error: any) => void
optional
public
then
(
onSuccess
:
(result: any) => any
, onError
?:
(error: any) => any
)
:
asyncPromise
Parameters
onSuccess:
(result: any) => any
onError?:
(error: any) => any
optional
Returns
asyncPromise
Globals
Microsoft
Microsoft.WindowsAzure
IQuery
MobileServiceClient
MobileServiceTable
User
WindowsAzureStatic
asyncPromise
done
then