DeploymentSyncContext Class

IIS 7.0

Provides properties and methods that define the context for deployment synchronization.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentSyncContext

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

public ref class DeploymentSyncContext

The DeploymentSyncContext type exposes the following members.

  NameDescription
Public propertyDeleteDestination
Public propertyDestinationObjectGets the destination DeploymentObject for the current deployment synchronization context.
Public propertyRulesGets a collection of DeploymentRule objects associated with the current context.
Public propertySourceObjectGets the source DeploymentObject for the current deployment synchronization context.
Public propertyUseChecksum
Public propertyWhatIfGets a value that determines whether operations should be performed.
Top

  NameDescription
Public methodClone
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStateGets the value specified from the state table of the current deployment synchronization context.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetStateSets or adds the name and value to the underlying state table of the current deployment synchronization context.
Public methodToString (Inherited from Object.)
Top

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: