DeploymentSyncContext Class
IIS 7.0
Provides properties and methods that define the context for deployment synchronization.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentSyncContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeleteDestination | |
![]() | DestinationObject | Gets the destination DeploymentObject for the current deployment synchronization context. |
![]() | Rules | Gets a collection of DeploymentRule objects associated with the current context. |
![]() | SourceObject | Gets the source DeploymentObject for the current deployment synchronization context. |
![]() | UseChecksum | |
![]() | WhatIf | Gets a value that determines whether operations should be performed. |
| Name | Description | |
|---|---|---|
![]() | Clone | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetState | Gets the value specified from the state table of the current deployment synchronization context. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetState | Sets or adds the name and value to the underlying state table of the current deployment synchronization context. |
![]() | ToString | (Inherited from Object.) |
Show:
