Class DeleteScheduleInput
- Namespace
- Temporalio.Client.Interceptors
- Assembly
- Temporalio.dll
Input for DeleteScheduleAsync(DeleteScheduleInput).
public record DeleteScheduleInput : IEquatable<DeleteScheduleInput>
- Inheritance
-
DeleteScheduleInput
- Implements
- Inherited Members
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Constructors
DeleteScheduleInput(string, RpcOptions?)
Input for DeleteScheduleAsync(DeleteScheduleInput).
public DeleteScheduleInput(string Id, RpcOptions? RpcOptions)
Parameters
IdstringSchedule ID.
RpcOptionsRpcOptionsRPC options.
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Properties
Id
Schedule ID.
public string Id { get; init; }
Property Value
RpcOptions
RPC options.
public RpcOptions? RpcOptions { get; init; }