ILiveEventsOperations Interface

Definition

LiveEventsOperations operations.

public interface ILiveEventsOperations
type ILiveEventsOperations = interface
Public Interface ILiveEventsOperations

Methods

AllocateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Allocate resources for a live event

BeginAllocateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Allocate resources for a live event

BeginCreateWithHttpMessagesAsync(String, String, String, LiveEvent, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Create Live Event

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete Live Event

BeginResetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Reset Live Event

BeginStartWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Start Live Event

BeginStopWithHttpMessagesAsync(String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Stop Live Event

BeginUpdateWithHttpMessagesAsync(String, String, String, LiveEvent, Dictionary<String,List<String>>, CancellationToken)

Updates settings on an existing live event.

CreateWithHttpMessagesAsync(String, String, String, LiveEvent, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Create Live Event

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete Live Event

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get Live Event

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List live events

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List live events

ResetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Reset Live Event

StartWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Start Live Event

StopWithHttpMessagesAsync(String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Stop Live Event

UpdateWithHttpMessagesAsync(String, String, String, LiveEvent, Dictionary<String,List<String>>, CancellationToken)

Updates settings on an existing live event.

Extension 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