Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MyDriver
MyDriverClient
C# 클래스 MyDriver.MyDriverClient
상속:
IDisposable
파일 보기
프로젝트 열기: JeffreyZhao/unit-test-practices
1 사용 예제들
공개 메소드들
메소드
설명
AddQuery
(
int
queryId
) :
void
Connect
( ) :
void
Dispose
( ) :
void
MyDriverClient
(
string
uri
) :
System
Receive
( ) :
MyDriver.MyData
RemoveQuery
(
int
queryId
) :
void
비공개 메소드들
메소드
설명
FeedData
( ) :
void
메소드 상세
AddQuery()
공개
메소드
public
AddQuery
(
int
queryId
) :
void
queryId
int
리턴
void
Connect()
공개
메소드
public
Connect
( ) :
void
리턴
void
Dispose()
공개
메소드
public
Dispose
( ) :
void
리턴
void
MyDriverClient()
공개
메소드
public
MyDriverClient
(
string
uri
) :
System
uri
string
리턴
System
Receive()
공개
메소드
public
Receive
( ) :
MyDriver.MyData
리턴
MyDriver.MyData
RemoveQuery()
공개
메소드
public
RemoveQuery
(
int
queryId
) :
void
queryId
int
리턴
void