C# Class vortex.web.Runtime

Inheritance: IDisposable
Mostra file Open project: PrismTech/vortex-web-csharp

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

ConnectAsync() public method

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

CreateReaderAsync() public method

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

CreateTopicAsync() public method

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
return System.Threading.Tasks.Task

CreateWriterAsync() public method

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

Disconnect() public method

public Disconnect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Runtime() public method

public Runtime ( ) : System
return System