PendingActionInformation.SetFailoverServers(IList<Guid>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Failover server ids.
public:
void SetFailoverServers(System::Collections::Generic::IList<Guid> ^ failoverServerIds);
public void SetFailoverServers (System.Collections.Generic.IList<Guid> failoverServerIds);
member this.SetFailoverServers : System.Collections.Generic.IList<Guid> -> unit
Public Sub SetFailoverServers (failoverServerIds As IList(Of Guid))