DirectoryConnection.SendRequest(DirectoryRequest) 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.
Sends a single directory operation to the server.
public:
abstract System::DirectoryServices::Protocols::DirectoryResponse ^ SendRequest(System::DirectoryServices::Protocols::DirectoryRequest ^ request);
public abstract System.DirectoryServices.Protocols.DirectoryResponse SendRequest (System.DirectoryServices.Protocols.DirectoryRequest request);
abstract member SendRequest : System.DirectoryServices.Protocols.DirectoryRequest -> System.DirectoryServices.Protocols.DirectoryResponse
Public MustOverride Function SendRequest (request As DirectoryRequest) As DirectoryResponse
Parameters
- request
- DirectoryRequest
A DirectoryRequest object that contains the request.
Returns
A DirectoryResponse object that contains the server response to the request operation. The returned response object may be different than the requested object if the server returns a different response.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET