DeploymentSyncOptions Class

IIS 7.0

Provides the flags, events and delegates which are used during the synchronization process.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentSyncOptions

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

[SerializableAttribute]
public ref class DeploymentSyncOptions : ISerializable

The DeploymentSyncOptions type exposes the following members.

  NameDescription
Public propertyCancelCallbackGets or sets the CancelCallback delegate that will be called to determine if a sync operation should continue.
Public propertyDeclaredParametersA collection of DeploymentSyncParameter objects associated with the current object.
Public propertyDeleteDestination
Public propertyDoNotDeleteGets or sets a value that allows or prevents deletion from happening on the destination of a synchronization operation.
Public propertyRulesGets a collection of DeploymentRule objects associated with the current object instance.
Public propertyUseChecksum
Public propertyWhatIfGets or sets a value that determines whether operations should be performed.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetAvailableRulesGets all of the available rules from the DeploymentManager.
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

This object implements the System.Runtime.Serialization.ISerializable interface.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: