TriggerClient.StartSubscribeTriggerToEvents(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subscribe event trigger to events.
public virtual Azure.Analytics.Synapse.Artifacts.TriggerSubscribeTriggerToEventsOperation StartSubscribeTriggerToEvents (string triggerName, System.Threading.CancellationToken cancellationToken = default);
abstract member StartSubscribeTriggerToEvents : string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.TriggerSubscribeTriggerToEventsOperation
override this.StartSubscribeTriggerToEvents : string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.TriggerSubscribeTriggerToEventsOperation
Public Overridable Function StartSubscribeTriggerToEvents (triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As TriggerSubscribeTriggerToEventsOperation
Parameters
- triggerName
- String
The trigger name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
triggerName
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET