Aracılığıyla paylaş


OperationsRestClient class

VSS REST api'lerine istekte bulunmak için kullanılması gereken (türetilen) temel sınıf

Extends

Oluşturucular

OperationsRestClient(IVssRestClientOptions)

Yöntemler

getOperation(string, string)

Verilen pluginId'yi kullanarak operationId'den bir işlem alır.

Oluşturucu Ayrıntıları

OperationsRestClient(IVssRestClientOptions)

new OperationsRestClient(options: IVssRestClientOptions)

Parametreler

Yöntem Ayrıntıları

getOperation(string, string)

Verilen pluginId'yi kullanarak operationId'den bir işlem alır.

function getOperation(operationId: string, pluginId?: string): Promise<Operation>

Parametreler

operationId

string

İşlemin kimliği.

pluginId

string

Eklentinin kimliği.

Döndürülenler

Promise<Operation>