Skip to main content
A newer version of this page is available.

IRemoteService Interface

A remote service used to communicate with the server side.

Declaration

export interface IRemoteService

Inheritance

IRemoteService

Properties

getFromServer Property

Declaration

getFromServer: (url: any, data?: any, queryOptions?: any) => JQueryXHR

Property Value

Type
(url: any, data?: any, queryOptions?: any) => JQueryXHR

performPostback Property

Declaration

performPostback: (url: any, args: any) => void

Property Value

Type
(url: any, args: any) => void

postToServer Property

Declaration

postToServer: (url: any, data?: any) => JQueryXHR

Property Value

Type
(url: any, data?: any) => JQueryXHR