LdapConnection.BeginSendRequest 메서드

정의

서버에 데이터를 비동기적으로 보냅니다.

오버로드

BeginSendRequest(DirectoryRequest, PartialResultProcessing, AsyncCallback, Object)

서버에 데이터를 비동기적으로 보냅니다.

BeginSendRequest(DirectoryRequest, TimeSpan, PartialResultProcessing, AsyncCallback, Object)

서버에 데이터를 비동기적으로 보냅니다.

BeginSendRequest(DirectoryRequest, PartialResultProcessing, AsyncCallback, Object)

Source:
LdapConnection.cs
Source:
LdapConnection.cs
Source:
LdapConnection.cs

서버에 데이터를 비동기적으로 보냅니다.

public:
 IAsyncResult ^ BeginSendRequest(System::DirectoryServices::Protocols::DirectoryRequest ^ request, System::DirectoryServices::Protocols::PartialResultProcessing partialMode, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginSendRequest (System.DirectoryServices.Protocols.DirectoryRequest request, System.DirectoryServices.Protocols.PartialResultProcessing partialMode, AsyncCallback callback, object state);
member this.BeginSendRequest : System.DirectoryServices.Protocols.DirectoryRequest * System.DirectoryServices.Protocols.PartialResultProcessing * AsyncCallback * obj -> IAsyncResult
Public Function BeginSendRequest (request As DirectoryRequest, partialMode As PartialResultProcessing, callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

request
DirectoryRequest

DirectoryRequest 개체입니다.

partialMode
PartialResultProcessing

반환할 일부 결과의 수준을 지정하는 PartialResultProcessing 열거형의 값입니다.

callback
AsyncCallback

AsyncCallback 함수입니다.

state
Object

이 요청의 상태 데이터를 포함하는 Object입니다.

반환

비동기 보내기를 참조하는 IAsyncResult 개체입니다.

예외

개체 핸들이 잘못되었습니다.

requestnull(Visual Basic의 경우 Nothing)인 경우

일부 결과가 지원되지 않는 경우

partialModeReturnPartialResultsAndNotifyCallback과 같을 때 콜백 함수를 지정하지 않은 경우

적용 대상

BeginSendRequest(DirectoryRequest, TimeSpan, PartialResultProcessing, AsyncCallback, Object)

Source:
LdapConnection.cs
Source:
LdapConnection.cs
Source:
LdapConnection.cs

서버에 데이터를 비동기적으로 보냅니다.

public:
 IAsyncResult ^ BeginSendRequest(System::DirectoryServices::Protocols::DirectoryRequest ^ request, TimeSpan requestTimeout, System::DirectoryServices::Protocols::PartialResultProcessing partialMode, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginSendRequest (System.DirectoryServices.Protocols.DirectoryRequest request, TimeSpan requestTimeout, System.DirectoryServices.Protocols.PartialResultProcessing partialMode, AsyncCallback callback, object state);
member this.BeginSendRequest : System.DirectoryServices.Protocols.DirectoryRequest * TimeSpan * System.DirectoryServices.Protocols.PartialResultProcessing * AsyncCallback * obj -> IAsyncResult
Public Function BeginSendRequest (request As DirectoryRequest, requestTimeout As TimeSpan, partialMode As PartialResultProcessing, callback As AsyncCallback, state As Object) As IAsyncResult

매개 변수

request
DirectoryRequest

DirectoryRequest 개체입니다.

requestTimeout
TimeSpan

요청 시간 제한이 초과되기 전까지의 시간(초)입니다.

partialMode
PartialResultProcessing

반환할 일부 결과의 수준을 지정하는 PartialResultProcessing 열거형의 값입니다.

callback
AsyncCallback

AsyncCallback 함수입니다.

state
Object

이 요청의 상태 데이터를 포함하는 Object입니다.

반환

비동기 보내기를 참조하는 IAsyncResult 개체입니다.

예외

개체 핸들이 잘못되었습니다.

request가 null(Visual Basic의 경우 Nothing)인 경우

일부 결과가 지원되지 않는 경우

partialModeReturnPartialResultsAndNotifyCallback과 같을 때 콜백 함수를 지정하지 않은 경우

적용 대상