C# Class ShoutLib.Shouter.Initializer

Parameters that configure Shouter.
Afficher le fichier Open project: GoogleCloudPlatform/pubsub-shout-csharp

Méthodes publiques

Свойство Type Description
HttpClient System.Net.Http.HttpClient
LogWriter Microsoft.Practices.EnterpriseLibrary.Logging.LogWriter
ProjectId string
PubsubService PubsubService
Random System.Random
SubscriptionName string

Méthodes publiques

Méthode Description
CreateDefault ( ) : Initializer

Method Details

CreateDefault() public static méthode

public static CreateDefault ( ) : Initializer
Résultat Initializer

Property Details

HttpClient public_oe property

An http client we use to call our own app engine code.
public HttpClient,System.Net.Http HttpClient
Résultat System.Net.Http.HttpClient

LogWriter public_oe property

Various status notices will be written here. May be null.
public LogWriter,Microsoft.Practices.EnterpriseLibrary.Logging LogWriter
Résultat Microsoft.Practices.EnterpriseLibrary.Logging.LogWriter

ProjectId public_oe property

The project id as listed in the Google Developer Console.
public string ProjectId
Résultat string

PubsubService public_oe property

The PubsubService API.
public PubsubService PubsubService
Résultat PubsubService

Random public_oe property

A random number generator.
public Random,System Random
Résultat System.Random

SubscriptionName public_oe property

The name of the pubsub subscription where we pull shout request messages from.
public string SubscriptionName
Résultat string