| RemoteDeploymentProviderGetDeploymentStatus Method |
Namespace:
Dynamicweb.Deployment
Assembly:
Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntax public override ApplicationResponse<TrackingState> GetDeploymentStatus(
string id
)
Public Overrides Function GetDeploymentStatus (
id As String
) As ApplicationResponse(Of TrackingState)
Parameters
- id
- Type: SystemString
Return Value
Type:
ApplicationResponseTrackingStateSee Also