ReplicationConnection.FindByName(DirectoryContext, String) 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.
Retrieves the ReplicationConnection object that matches the specified target context and name.
public:
static System::DirectoryServices::ActiveDirectory::ReplicationConnection ^ FindByName(System::DirectoryServices::ActiveDirectory::DirectoryContext ^ context, System::String ^ name);
public static System.DirectoryServices.ActiveDirectory.ReplicationConnection FindByName (System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name);
static member FindByName : System.DirectoryServices.ActiveDirectory.DirectoryContext * string -> System.DirectoryServices.ActiveDirectory.ReplicationConnection
Public Shared Function FindByName (context As DirectoryContext, name As String) As ReplicationConnection
Parameters
- context
- DirectoryContext
A DirectoryContext object that contains the target and credentials to search for.
- name
- String
The name of the connection to search for.
Returns
A ReplicationConnection object that represents the connection.
Exceptions
The connection could not be found.
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
context
or name
is not valid.
context
or name
is null
.
The specified account does not have permission to perform this operation.