RecoveryPlanGetPeer
This method retrieves a recovery plan peer, which is the plan at the paired site rather than at the local site.
Synopsis
RecoveryPlan.Peer RecoveryPlanGetPeer()
RecoveryPlan.Peer is the peer recovery plan at the paired site.
- plan references to the SrmRecoveryPlanmanaged object.
- state is the same enumeration as for RecoveryPlanGetInfo.
Faults
- RuntimeFault
Example for RecoveryPlanGetPeer
peer = _service.RecoveryPlanGetPeer(_srm.plan);