Share via


CReplicationInstance.EndTime Property

Gets the time when the replication of a Commerce Server Staging (CSS) project ended.

object EndTime { get; }

Return Value

A read-only string that contains the ending time for this replication.

Remarks

The EndTime property is based on the value of the State property of the CReplicationInstance object. The EndTime property is defined for the following states:

  • REPL_STATE_ABORTED

  • REPL_STATE_CANCELED

  • REPL_STATE_PARTIAL

  • REPL_STATE_DONE

For any other state, attempting to access the EndTime property throws an exception.

For a code example, see the Query method.

The CReplicationInstance.EndTime property corresponds to the COM property named ReplicationInstance.EndTime.

See Also

Other Resources

CReplicationInstance.State Property

CReplicationInstance Class