GetPeer

Given an SrmProtectionGroup on the local site, this method retrieves the SrmProtectionGroup at the peer site.

Synopsis

ProtectionGroup.Peer getPeer( )

ProtectionGroup.Peer – the peer protection group from the remote site.

Faults

  • RuntimeFault

Example for GetPeer

peerPtGrp = _service.GetPeer(_svcPtGrp);