DeploymentSyncOptions Class

Definition

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

public ref class DeploymentSyncOptions : System::Runtime::Serialization::ISerializable
[System.Serializable]
public class DeploymentSyncOptions : System.Runtime.Serialization.ISerializable
type DeploymentSyncOptions = class
    interface ISerializable
Public Class DeploymentSyncOptions
Implements ISerializable
Inheritance
DeploymentSyncOptions
Attributes
Implements

Remarks

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

Constructors

DeploymentSyncOptions()

Creates an instance of DeploymentSyncOptions.

DeploymentSyncOptions(SerializationInfo, StreamingContext)

Properties

CancelCallback

Gets or sets the CancelCallback delegate that will be called to determine if a sync operation should continue.

DeclaredParameters

A collection of DeploymentSyncParameter objects associated with the current object.

DeleteDestination
DoNotDelete

Gets or sets a value that allows or prevents deletion from happening on the destination of a synchronization operation.

Rules

Gets a collection of DeploymentRule objects associated with the current object instance.

UseChecksum
WhatIf

Gets or sets a value that determines whether operations should be performed.

Methods

GetAvailableRules()

Gets all of the available rules from the DeploymentManager.

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

Applies to