LiveEventsOperationsExtensions Class

Definition

Extension methods for LiveEventsOperations.

public static class LiveEventsOperationsExtensions
type LiveEventsOperationsExtensions = class
Public Module LiveEventsOperationsExtensions
Inheritance
LiveEventsOperationsExtensions

Methods

Allocate(ILiveEventsOperations, String, String, String)

Allocate resources for a live event

AllocateAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Allocate resources for a live event

BeginAllocate(ILiveEventsOperations, String, String, String)

Allocate resources for a live event

BeginAllocateAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Allocate resources for a live event

BeginCreate(ILiveEventsOperations, String, String, String, LiveEvent, Nullable<Boolean>)

Create Live Event

BeginCreateAsync(ILiveEventsOperations, String, String, String, LiveEvent, Nullable<Boolean>, CancellationToken)

Create Live Event

BeginDelete(ILiveEventsOperations, String, String, String)

Delete Live Event

BeginDeleteAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Delete Live Event

BeginReset(ILiveEventsOperations, String, String, String)

Reset Live Event

BeginResetAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Reset Live Event

BeginStart(ILiveEventsOperations, String, String, String)

Start Live Event

BeginStartAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Start Live Event

BeginStop(ILiveEventsOperations, String, String, String, Nullable<Boolean>)

Stop Live Event

BeginStopAsync(ILiveEventsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

Stop Live Event

BeginUpdate(ILiveEventsOperations, String, String, String, LiveEvent)

Updates settings on an existing live event.

BeginUpdateAsync(ILiveEventsOperations, String, String, String, LiveEvent, CancellationToken)

Updates settings on an existing live event.

Create(ILiveEventsOperations, String, String, String, LiveEvent, Nullable<Boolean>)

Create Live Event

CreateAsync(ILiveEventsOperations, String, String, String, LiveEvent, Nullable<Boolean>, CancellationToken)

Create Live Event

Delete(ILiveEventsOperations, String, String, String)

Delete Live Event

DeleteAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Delete Live Event

Get(ILiveEventsOperations, String, String, String)

Get Live Event

GetAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Get Live Event

List(ILiveEventsOperations, String, String)

List live events

ListAsync(ILiveEventsOperations, String, String, CancellationToken)

List live events

ListNext(ILiveEventsOperations, String)

List live events

ListNextAsync(ILiveEventsOperations, String, CancellationToken)

List live events

Reset(ILiveEventsOperations, String, String, String)

Reset Live Event

ResetAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Reset Live Event

Start(ILiveEventsOperations, String, String, String)

Start Live Event

StartAsync(ILiveEventsOperations, String, String, String, CancellationToken)

Start Live Event

Stop(ILiveEventsOperations, String, String, String, Nullable<Boolean>)

Stop Live Event

StopAsync(ILiveEventsOperations, String, String, String, Nullable<Boolean>, CancellationToken)

Stop Live Event

Update(ILiveEventsOperations, String, String, String, LiveEvent)

Updates settings on an existing live event.

UpdateAsync(ILiveEventsOperations, String, String, String, LiveEvent, CancellationToken)

Updates settings on an existing live event.

Applies to