C# Class Segment.Analytics

Afficher le fichier Open project: Monkimun/Analytics.NET

Méthodes publiques

Свойство Type Description
VERSION string

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes of the current client and allows the creation of a new one

Initialize ( string writeKey ) : void

Initialized the default Segment.io client with your API writeKey.

Initialize ( string writeKey, Config config ) : void

Initialized the default Segment.io client with your API writeKey.

Method Details

Dispose() public static méthode

Disposes of the current client and allows the creation of a new one
public static Dispose ( ) : void
Résultat void

Initialize() public static méthode

Initialized the default Segment.io client with your API writeKey.
public static Initialize ( string writeKey ) : void
writeKey string
Résultat void

Initialize() public static méthode

Initialized the default Segment.io client with your API writeKey.
public static Initialize ( string writeKey, Config config ) : void
writeKey string
config Config
Résultat void

Property Details

VERSION public_oe static_oe property

public static string VERSION
Résultat string