C# Класс Sage.SData.Client.Core.AsyncRequest

Encapsulates the return value of an asychronous call to a service operation or a batch operation.
Показать файл Открыть проект

Открытые методы

Метод Описание
AsyncRequest ( ISDataService service, string trackingUrl, Tracking tracking ) : Sage.SData.Client.Common

Initialises a new instance of the AsyncRequest class.

Refresh ( ) : ISyndicationResource

Makes a progress update request and refreshes the various progress properties. If the process has completed on the server then a ISyndicationResource result will be returned. Otherwise a null reference is returned.

Описание методов

AsyncRequest() публичный Метод

Initialises a new instance of the AsyncRequest class.
public AsyncRequest ( ISDataService service, string trackingUrl, Tracking tracking ) : Sage.SData.Client.Common
service ISDataService The service that performs requests.
trackingUrl string The url used to make progress requests.
tracking Sage.SData.Client.Framework.Tracking The tracking information from the initial request.
Результат Sage.SData.Client.Common

Refresh() публичный Метод

Makes a progress update request and refreshes the various progress properties. If the process has completed on the server then a ISyndicationResource result will be returned. Otherwise a null reference is returned.
public Refresh ( ) : ISyndicationResource
Результат ISyndicationResource