ProvisionFlag Fields

Solclient

ProvisionFlag Fields
version: 7.2.1.27

The ProvisionFlag type exposes the following members.

Fields
  Name Description
Public field Static member IgnoreErrorIfEndpointAlreadyExists
If added to flags, the ISession.Provision call will not return an error if the Endpoint already exists.
Public field Static member IgnoreErrorIfEndpointDoesNotExist
If added to flags, the ISession.Deprovision call will not return an error if the Endpoint does not exist.
Public field Static member WaitForConfirm
If added to flags, this option causes the thread calling ISession.Provision or ISession.Deprovision to be blocked until a confirmation is received from the appliance.
Top
See Also