C# Class vortex.web.Runtime

Inheritance: IDisposable
Afficher le fichier Open project: PrismTech/vortex-web-csharp

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ConnectAsync() public méthode

public ConnectAsync ( string url, string authToken ) : System.Threading.Tasks.Task
url string
authToken string
Résultat System.Threading.Tasks.Task

CreateReaderAsync() public méthode

public CreateReaderAsync ( int did, string tname, List qos ) : Task
did int
tname string
qos List
Résultat Task

CreateTopicAsync() public méthode

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
Résultat System.Threading.Tasks.Task

CreateWriterAsync() public méthode

public CreateWriterAsync ( int did, string tname, List qos ) : Task
did int
tname string
qos List
Résultat Task

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Runtime() public méthode

public Runtime ( ) : System
Résultat System