ClusterJobScheduler Properties |
The ClusterJobScheduler type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowSelfSignedCertificates |
Gets or sets a value indicating whether to allow self-signed certificates when communicating with the Coordinator.
| |
| ClientCertificateFile |
Gets or sets the certificate file.
| |
| ClientCertificateName |
Gets or sets the subject distinguished name of the certificate in the local Windows certificate store to authenticate.
| |
| ClientCertificateThumbprint |
Gets or sets the certificate using the SHA1 thumbprint.
| |
| ConnectReadTimeOut |
Gets or sets the connect read time out in milliseconds.
| |
| CoordinatorMachineName |
Gets or sets the name of the coordinator.
| |
| CoordinatorPort |
Gets or sets port number of the Coordinator.
| |
| CoordinatorReconnectionDelay |
Gets or sets the amount of time, in milliseconds, the scheduler should wait before attempting to reconnect to the Coordinator.
| |
| CoordinatorReconnectionInterval |
Gets or sets the amount of time, in milliseconds, the scheduler should wait in between each reconnection attempt.
| |
| CoordinatorThumbprint |
Gets or sets the Coordinator thumbprint.
The client checks this thumbprint matches that of the Coordinator's security certificate to ensure it can trust the Coordinator.
| |
| Id |
Gets the id of this job scheduler.
| |
| IsConnected |
Gets a value indicating whether the job scheduler is connected.
| |
| MaximumReconnectionAttempts |
Gets or sets the maximum number of times the job scheduler should try to reconnect to the Coordinator before aborting.
| |
| ProvideClientCertificate |
Gets or sets a value indicating whether to send a client certificate when authenticating.
| |
| SslClientAuthenticationTimeOut |
Gets or sets the SSL authentication timeout specified in milliseconds.
| |
| UseSsl |
Gets or sets a value indicating whether to use SSL when communicating with the Coordinator.
| |
| VerifyCoordinatorThumbprint |
Gets or sets a value indicating whether to verify the coordinator thumbprint.
|
STK Parallel Computing Server 2.10 API for .NET