C# Class pegasus.eventbus.client.EventBusConnectionParameters

Afficher le fichier Open project: Berico-Technologies/Event-Bus Class Usage Examples

Méthodes publiques

Свойство Type Description
CONNECTION_RETRY_TIMEOUT_PROPERTY string
HOST_PROPERTY string
PASSWORD_PROPERTY string
PORT_PROPERTY string
USERNAME_PROPERTY string
VHOST_PROPERTY string

Méthodes publiques

Méthode Description
EventBusConnectionParameters ( ) : System
this ( string key ) : string

Method Details

EventBusConnectionParameters() public méthode

public EventBusConnectionParameters ( ) : System
Résultat System

this() public méthode

public this ( string key ) : string
key string
Résultat string

Property Details

CONNECTION_RETRY_TIMEOUT_PROPERTY public_oe static_oe property

public static string CONNECTION_RETRY_TIMEOUT_PROPERTY
Résultat string

HOST_PROPERTY public_oe static_oe property

public static string HOST_PROPERTY
Résultat string

PASSWORD_PROPERTY public_oe static_oe property

public static string PASSWORD_PROPERTY
Résultat string

PORT_PROPERTY public_oe static_oe property

public static string PORT_PROPERTY
Résultat string

USERNAME_PROPERTY public_oe static_oe property

public static string USERNAME_PROPERTY
Résultat string

VHOST_PROPERTY public_oe static_oe property

public static string VHOST_PROPERTY
Résultat string