C# Class CorrelatorSharp.ActivityTracker

Afficher le fichier Open project: CorrelatorSharp/CorrelatorSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
End ( ActivityScope scope ) : void
Find ( string id ) : ActivityScope
Start ( ActivityScope scope ) : void

Method Details

End() public static méthode

public static End ( ActivityScope scope ) : void
scope ActivityScope
Résultat void

Find() public static méthode

public static Find ( string id ) : ActivityScope
id string
Résultat ActivityScope

Start() public static méthode

public static Start ( ActivityScope scope ) : void
scope ActivityScope
Résultat void