Table of Contents

Class LastOperationEndpoint

Namespace
OpenServiceBroker
Assembly
OpenServiceBroker.Client.dll

An endpoint to obtain the state of a deferred (asynchronous) operation.

public class LastOperationEndpoint : PollingEndpoint<LastOperationResource>, ICachingEndpoint, IPollingEndpoint<LastOperationResource>, IElementEndpoint<LastOperationResource>, IElementEndpoint, IEndpoint
Inheritance
LastOperationEndpoint
Implements
Inherited Members
Extension Methods

Constructors

LastOperationEndpoint(IEndpoint, string?, string?, string?)

Creates a new last operation endpoint.

public LastOperationEndpoint(IEndpoint referrer, string? serviceId = null, string? planId = null, string? operation = null)

Parameters

referrer IEndpoint

The endpoint used to navigate to this one.

serviceId string

If present, it MUST be the ID of the service being used.

planId string

If present, it MUST be the ID of the plan for the Service Instance. If this endpoint is being polled as a result of changing the plan through a Service Instance Update, the ID of the plan prior to the update MUST be used.

operation string

A Service Broker-provided identifier for the operation. When a value for operation is included with asynchronous responses for Provision, Update, and Deprovision requests, the Platform MUST provide the same value using this query parameter. If present, MUST be a non-empty string.