Class QuoteAttachmentWaiters
Contains collection of helper methods to produce Oci.Common.Waiters for different resources of QuoteAttachment.
Inherited Members
Namespace: Oci.MarketplaceprivateofferService
Assembly: OCI.DotNetSDK.Marketplaceprivateoffer.dll
Syntax
public class QuoteAttachmentWaiters
Constructors
QuoteAttachmentWaiters(QuoteAttachmentClient)
Declaration
public QuoteAttachmentWaiters(QuoteAttachmentClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| QuoteAttachmentClient | client |
Methods
ForQuoteAttachment(GetQuoteAttachmentRequest, WaiterConfiguration, params LifecycleStateEnum[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetQuoteAttachmentRequest, GetQuoteAttachmentResponse> ForQuoteAttachment(GetQuoteAttachmentRequest request, WaiterConfiguration config, params QuoteAttachment.LifecycleStateEnum[] targetStates)
Parameters
| Type | Name | Description |
|---|---|---|
| GetQuoteAttachmentRequest | request | Request to send. |
| WaiterConfiguration | config | Wait Configuration |
| LifecycleStateEnum[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
| Type | Description |
|---|---|
| Waiter<GetQuoteAttachmentRequest, GetQuoteAttachmentResponse> | a new Oci.common.Waiter instance |
ForQuoteAttachment(GetQuoteAttachmentRequest, params LifecycleStateEnum[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetQuoteAttachmentRequest, GetQuoteAttachmentResponse> ForQuoteAttachment(GetQuoteAttachmentRequest request, params QuoteAttachment.LifecycleStateEnum[] targetStates)
Parameters
| Type | Name | Description |
|---|---|---|
| GetQuoteAttachmentRequest | request | Request to send. |
| LifecycleStateEnum[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
| Type | Description |
|---|---|
| Waiter<GetQuoteAttachmentRequest, GetQuoteAttachmentResponse> | a new Oci.common.Waiter instance |