Show / Hide Table of Contents

Class StreamAdminWaiters

Contains collection of helper methods to produce Oci.Common.Waiters for different resources of StreamAdmin.

Inheritance
object
StreamAdminWaiters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StreamingService
Assembly: OCI.DotNetSDK.Streaming.dll
Syntax
public class StreamAdminWaiters

Constructors

StreamAdminWaiters(StreamAdminClient)

Declaration
public StreamAdminWaiters(StreamAdminClient client)
Parameters
Type Name Description
StreamAdminClient client

Methods

ForConnectHarness(GetConnectHarnessRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetConnectHarnessRequest, GetConnectHarnessResponse> ForConnectHarness(GetConnectHarnessRequest request, WaiterConfiguration config, params ConnectHarness.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetConnectHarnessRequest 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<GetConnectHarnessRequest, GetConnectHarnessResponse>

a new Oci.common.Waiter instance

ForConnectHarness(GetConnectHarnessRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetConnectHarnessRequest, GetConnectHarnessResponse> ForConnectHarness(GetConnectHarnessRequest request, params ConnectHarness.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetConnectHarnessRequest 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<GetConnectHarnessRequest, GetConnectHarnessResponse>

a new Oci.common.Waiter instance

ForStream(GetStreamRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetStreamRequest, GetStreamResponse> ForStream(GetStreamRequest request, WaiterConfiguration config, params Stream.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetStreamRequest 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<GetStreamRequest, GetStreamResponse>

a new Oci.common.Waiter instance

ForStream(GetStreamRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetStreamRequest, GetStreamResponse> ForStream(GetStreamRequest request, params Stream.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetStreamRequest 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<GetStreamRequest, GetStreamResponse>

a new Oci.common.Waiter instance

ForStreamPool(GetStreamPoolRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetStreamPoolRequest, GetStreamPoolResponse> ForStreamPool(GetStreamPoolRequest request, WaiterConfiguration config, params StreamPool.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetStreamPoolRequest 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<GetStreamPoolRequest, GetStreamPoolResponse>

a new Oci.common.Waiter instance

ForStreamPool(GetStreamPoolRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetStreamPoolRequest, GetStreamPoolResponse> ForStreamPool(GetStreamPoolRequest request, params StreamPool.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetStreamPoolRequest 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<GetStreamPoolRequest, GetStreamPoolResponse>

a new Oci.common.Waiter instance

In this article
Back to top