C# 클래스 CorrelatorSharp.ActivityTracker

파일 보기 프로젝트 열기: CorrelatorSharp/CorrelatorSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
End ( ActivityScope scope ) : void
Find ( string id ) : ActivityScope
Start ( ActivityScope scope ) : void

메소드 상세

End() 공개 정적인 메소드

public static End ( ActivityScope scope ) : void
scope ActivityScope
리턴 void

Find() 공개 정적인 메소드

public static Find ( string id ) : ActivityScope
id string
리턴 ActivityScope

Start() 공개 정적인 메소드

public static Start ( ActivityScope scope ) : void
scope ActivityScope
리턴 void