TriggersOperationsExtensions Class

Definition

Extension methods for TriggersOperations.

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

Methods

BeginStart(ITriggersOperations, String, String, String)

Starts a trigger.

BeginStartAsync(ITriggersOperations, String, String, String, CancellationToken)

Starts a trigger.

BeginStop(ITriggersOperations, String, String, String)

Stops a trigger.

BeginStopAsync(ITriggersOperations, String, String, String, CancellationToken)

Stops a trigger.

BeginSubscribeToEvents(ITriggersOperations, String, String, String)

Subscribe event trigger to events.

BeginSubscribeToEventsAsync(ITriggersOperations, String, String, String, CancellationToken)

Subscribe event trigger to events.

BeginUnsubscribeFromEvents(ITriggersOperations, String, String, String)

Unsubscribe event trigger from events.

BeginUnsubscribeFromEventsAsync(ITriggersOperations, String, String, String, CancellationToken)

Unsubscribe event trigger from events.

CreateOrUpdate(ITriggersOperations, String, String, String, TriggerResource, String)

Creates or updates a trigger.

CreateOrUpdateAsync(ITriggersOperations, String, String, String, TriggerResource, String, CancellationToken)

Creates or updates a trigger.

Delete(ITriggersOperations, String, String, String)

Deletes a trigger.

DeleteAsync(ITriggersOperations, String, String, String, CancellationToken)

Deletes a trigger.

Get(ITriggersOperations, String, String, String, String)

Gets a trigger.

GetAsync(ITriggersOperations, String, String, String, String, CancellationToken)

Gets a trigger.

GetEventSubscriptionStatus(ITriggersOperations, String, String, String)

Get a trigger's event subscription status.

GetEventSubscriptionStatusAsync(ITriggersOperations, String, String, String, CancellationToken)

Get a trigger's event subscription status.

ListByFactory(ITriggersOperations, String, String)

Lists triggers.

ListByFactoryAsync(ITriggersOperations, String, String, CancellationToken)

Lists triggers.

ListByFactoryNext(ITriggersOperations, String)

Lists triggers.

ListByFactoryNextAsync(ITriggersOperations, String, CancellationToken)

Lists triggers.

QueryByFactory(ITriggersOperations, String, String, TriggerFilterParameters)

Query triggers.

QueryByFactoryAsync(ITriggersOperations, String, String, TriggerFilterParameters, CancellationToken)

Query triggers.

Start(ITriggersOperations, String, String, String)

Starts a trigger.

StartAsync(ITriggersOperations, String, String, String, CancellationToken)

Starts a trigger.

Stop(ITriggersOperations, String, String, String)

Stops a trigger.

StopAsync(ITriggersOperations, String, String, String, CancellationToken)

Stops a trigger.

SubscribeToEvents(ITriggersOperations, String, String, String)

Subscribe event trigger to events.

SubscribeToEventsAsync(ITriggersOperations, String, String, String, CancellationToken)

Subscribe event trigger to events.

UnsubscribeFromEvents(ITriggersOperations, String, String, String)

Unsubscribe event trigger from events.

UnsubscribeFromEventsAsync(ITriggersOperations, String, String, String, CancellationToken)

Unsubscribe event trigger from events.

Applies to