Compartir a través de


JoinDomainResponse.AddPreviousRevision(Int64, String) Method

Definition

Adds a previous domain revision to the domain join response.

public void AddPreviousRevision (long revision, string keyPair);
member this.AddPreviousRevision : int64 * string -> unit
Public Sub AddPreviousRevision (revision As Long, keyPair As String)

Parameters

revision
Int64

The old revision of the domain.

keyPair
String

The XML string representing the key pair associated with the old revision.

Exceptions

Thrown if revision is less than the value of the Revision property of DomainId

Thrown if keyPair is null, has zero length, or is otherwise invalid.

Applies to