Class SchedulesResource
Inheritance
SchedulesResource
Assembly: Inttegro.dll
Syntax
public class SchedulesResource
Methods
|
Edit this page
View Source
CancelAsync(string, CancellationToken)
Declaration
public Task<ScheduledChime> CancelAsync(string scheduleId, CancellationToken cancellationToken = default)
Parameters
Returns
|
Edit this page
View Source
LookupAsync(string, CancellationToken)
Declaration
public Task<ScheduledChime> LookupAsync(string scheduleId, CancellationToken cancellationToken = default)
Parameters
Returns