Click or drag to resize
Infosoft Logo

ISchedulerControlServiceCheckin Method

Request that the scheduler does a "checkin" to make sure it still participates in future "cluster" information

Namespace: Infosoft.Common.Contracts.ServiceContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
SchedulerCheckinResponse Checkin(
	SchedulerCheckinRequest request
)

Parameters

request  SchedulerCheckinRequest
Request containing parameters about the checkin - currently none

Return Value

SchedulerCheckinResponse
Information about the checkin - currently nothing
See Also