C# Class Ufora.Interop.UforaSession

Afficher le fichier Open project: ufora/dotnet

Méthodes publiques

Méthode Description
AddCluster ( string newkey, string clusterUrl ) : string
AvailableConnections ( ) : List
GetCluster ( string key ) : UforaCluster

Private Methods

Méthode Description
UforaSession ( ) : System

Method Details

AddCluster() public méthode

public AddCluster ( string newkey, string clusterUrl ) : string
newkey string
clusterUrl string
Résultat string

AvailableConnections() public méthode

public AvailableConnections ( ) : List
Résultat List

GetCluster() public méthode

public GetCluster ( string key ) : UforaCluster
key string
Résultat UforaCluster