SuspendScheduledProcedureInstancesInFuture Method
- Last UpdatedApr 15, 2025
- 1 minute read
Suspends the collection of future procedure instances belonging to the given collection of schedule occurrence IDs and between the given start date and end date.
'Declaration
Public Function SuspendScheduledProcedureInstancesInFuture( _
ByVal scheduleOccurrenceIdCollection As Collection(Of Guid), _
ByVal startDate As Date, _
ByVal endDate As Date, _
ByVal token As String _
) As Collection(Of ErrorInfo)
'Usage
Dim instance As SdkClient
Dim scheduleOccurrenceIdCollection As Collection(Of Guid)
Dim startDate As Date
Dim endDate As Date
Dim token As String
Dim value As Collection(Of ErrorInfo)
value = instance.SuspendScheduledProcedureInstancesInFuture(scheduleOccurrenceIdCollection, startDate, endDate, token)
public Collection<ErrorInfo> SuspendScheduledProcedureInstancesInFuture(
Collection<Guid> scheduleOccurrenceIdCollection,
DateTime startDate,
DateTime endDate,
string token
)
public:
Collection<ErrorInfo^>^ SuspendScheduledProcedureInstancesInFuture(
Collection<Guid>^ scheduleOccurrenceIdCollection,
DateTime startDate,
DateTime endDate,
String^ token
)
Parameters
- scheduleOccurrenceIdCollection
- Collection of schedule occurrence ids to suspend future procedure instances.
- startDate
- Start date to suspend the future procedure instances.
- endDate
- End date to suspend the future procedure instances.
- token
- A security token retrieved via
AIMserver request
Return Value
A collection of ErrorInfo objects.