C# 클래스 vortex.web.Runtime

상속: IDisposable
파일 보기 프로젝트 열기: PrismTech/vortex-web-csharp

공개 메소드들

메소드 설명
ConnectAsync ( string url, string authToken ) : System.Threading.Tasks.Task
CreateReaderAsync ( int did, string tname, List qos ) : Task
CreateTopicAsync ( int did, string tname, string ttype, string tregtype, List qos ) : System.Threading.Tasks.Task
CreateWriterAsync ( int did, string tname, List qos ) : Task
Disconnect ( ) : void
Dispose ( ) : void
Runtime ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

ConnectAsync() 공개 메소드

public ConnectAsync ( string url, string authToken ) : System.Threading.Tasks.Task
url string
authToken string
리턴 System.Threading.Tasks.Task

CreateReaderAsync() 공개 메소드

public CreateReaderAsync ( int did, string tname, List qos ) : Task
did int
tname string
qos List
리턴 Task

CreateTopicAsync() 공개 메소드

public CreateTopicAsync ( int did, string tname, string ttype, string tregtype, List qos ) : System.Threading.Tasks.Task
did int
tname string
ttype string
tregtype string
qos List
리턴 System.Threading.Tasks.Task

CreateWriterAsync() 공개 메소드

public CreateWriterAsync ( int did, string tname, List qos ) : Task
did int
tname string
qos List
리턴 Task

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Runtime() 공개 메소드

public Runtime ( ) : System
리턴 System