IVsDataAsyncCommand.DeriveParametersAsync 메서드

를 비동기식으로 클래스에 의해 구현 되는 경우 매개 변수는 지정 된 명령과 함께 사용할 세트를 파생 됩니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services.SupportEntities
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
Sub DeriveParametersAsync ( _
    command As String, _
    commandType As DataCommandType, _
    commandTimeout As Integer, _
    userState As Object _
)
void DeriveParametersAsync(
    string command,
    DataCommandType commandType,
    int commandTimeout,
    Object userState
)
void DeriveParametersAsync(
    String^ command, 
    DataCommandType commandType, 
    int commandTimeout, 
    Object^ userState
)
abstract DeriveParametersAsync : 
        command:string * 
        commandType:DataCommandType * 
        commandTimeout:int * 
        userState:Object -> unit
function DeriveParametersAsync(
    command : String, 
    commandType : DataCommandType, 
    commandTimeout : int, 
    userState : Object
)

매개 변수

  • command
    형식: String

    매개 변수를 파생 하는 데 사용 되는 명령입니다.

  • commandTimeout
    형식: Int32

    시간 앞의 명령 시간 초과 (초)입니다.

  • userState
    형식: Object

    개체를 다시 명령 진행 될 때이 메서드를 호출 합니다.

.NET Framework 보안

참고 항목

참조

IVsDataAsyncCommand 인터페이스

Microsoft.VisualStudio.Data.Services.SupportEntities 네임스페이스