Click or drag to resize

PFExternalConnectionsHubSynchronizeConnection Method

Synchronizes the connection in model.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFAdminExternalConnectionViewModel SynchronizeConnection(
	PFAdminExternalConnectionViewModel model,
	Guid subscriptionId
)

Parameters

model
Type: Packflow.InterfacePFAdminExternalConnectionViewModel
The model.
subscriptionId
Type: SystemGuid

Return Value

Type: PFAdminExternalConnectionViewModel
Exceptions
ExceptionCondition
ValidationExceptionCannot synchronize non-persisted connection!
ArgumentExceptionConnection not found!
See Also