ASPxClientSchedulerStorageControl.GetResources(onSuccess) Method
Retrieves the collection of resources.
Declaration
GetResources(
onSuccess: (arg: string) => void
): void
Parameters
Name | Type | Description |
---|---|---|
onSuccess | (arg: string) => void | A client action to perform if the server round-trip has completed successfully. |
See Also