IVsDataAsyncCommand 인터페이스
비동기 방식으로 데이터 명령을 실행 하는 메서드를 포함 하는 인터페이스를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Data.Services.SupportEntities
어셈블리: Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)
구문
‘선언
<DataDefaultObjectAttribute("1F0DA31F-1C61-4b96-B1CC-CBF2D3872353")> _
<DataClientObjectAttribute("38A714F3-E641-4be5-8E92-A26A0F0E920A")> _
Public Interface IVsDataAsyncCommand
[DataDefaultObjectAttribute("1F0DA31F-1C61-4b96-B1CC-CBF2D3872353")]
[DataClientObjectAttribute("38A714F3-E641-4be5-8E92-A26A0F0E920A")]
public interface IVsDataAsyncCommand
[DataDefaultObjectAttribute(L"1F0DA31F-1C61-4b96-B1CC-CBF2D3872353")]
[DataClientObjectAttribute(L"38A714F3-E641-4be5-8E92-A26A0F0E920A")]
public interface class IVsDataAsyncCommand
[<DataDefaultObjectAttribute("1F0DA31F-1C61-4b96-B1CC-CBF2D3872353")>]
[<DataClientObjectAttribute("38A714F3-E641-4be5-8E92-A26A0F0E920A")>]
type IVsDataAsyncCommand = interface end
public interface IVsDataAsyncCommand
IVsDataAsyncCommand 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
CancelAsync | 클래스에서 구현 되는 경우 즉시 반환 하는 비동기 호출을 취소 합니다. | |
DeriveParametersAsync | 를 비동기식으로 클래스에 의해 구현 되는 경우 매개 변수는 지정 된 명령과 함께 사용할 세트를 파생 됩니다. | |
DeriveSchemaAsync | 를 비동기식으로 클래스에 의해 구현 되는 경우 지정 된 명령의 스키마를 파생 됩니다. | |
ExecuteAsync | 클래스에서 구현 되는 경우 명령 비동기 방식으로 실행 됩니다. | |
ExecuteWithoutResultsAsync | 에 비동기 방식으로 모든 결과 이상 상태를 나타내는 정수 값을 반환 하지 않는 명령 실행 합니다. | |
PrepareAsync | 를 비동기식으로 클래스에 의해 구현 되는 경우 데이터 원본에 대해 실행 되도록 지정 된 명령을 준비. 다양 한 매개 변수를 여러 번 다음 명령을 실행할 수 있습니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
DeriveParametersCompleted | 발생 때의 DeriveParametersAsync 명령이 완료 되지. | |
DeriveSchemaCompleted | 발생 때의 DeriveSchemaAsync 명령이 완료 되지. | |
ExecuteCompleted | 발생 때의 ExecuteAsync 명령이 완료 되지. | |
ExecuteWithoutResultsCompleted | 발생 때의 ExecuteWithoutResultsAsync 명령이 완료 되지. | |
PrepareCompleted | 발생 때의 PrepareAsync 명령이 완료 되지. |
위쪽
설명
이 인터페이스의 기본 구현을 DDEX 프레임 워크에 있습니다.