C# 클래스 Minuteman.UserActivityExtensions

파일 보기 프로젝트 열기: kazimanzurrashid/MinutemanDotNet

공개 메소드들

메소드 설명
Report ( this instance, string eventName ) : UserActivityReport
Report ( this instance, string eventName, System.DateTime timestamp ) : UserActivityReport
Track ( this instance, string eventName ) : System.Threading.Tasks.Task
Track ( this instance, string eventName, System.DateTime timestamp ) : System.Threading.Tasks.Task
Track ( this instance, string eventName, System.DateTime timestamp, bool publishable ) : System.Threading.Tasks.Task
Track ( this instance, string eventName, bool publishable ) : System.Threading.Tasks.Task

메소드 상세

Report() 공개 정적인 메소드

public static Report ( this instance, string eventName ) : UserActivityReport
instance this
eventName string
리턴 UserActivityReport

Report() 공개 정적인 메소드

public static Report ( this instance, string eventName, System.DateTime timestamp ) : UserActivityReport
instance this
eventName string
timestamp System.DateTime
리턴 UserActivityReport

Track() 공개 정적인 메소드

public static Track ( this instance, string eventName ) : System.Threading.Tasks.Task
instance this
eventName string
리턴 System.Threading.Tasks.Task

Track() 공개 정적인 메소드

public static Track ( this instance, string eventName, System.DateTime timestamp ) : System.Threading.Tasks.Task
instance this
eventName string
timestamp System.DateTime
리턴 System.Threading.Tasks.Task

Track() 공개 정적인 메소드

public static Track ( this instance, string eventName, System.DateTime timestamp, bool publishable ) : System.Threading.Tasks.Task
instance this
eventName string
timestamp System.DateTime
publishable bool
리턴 System.Threading.Tasks.Task

Track() 공개 정적인 메소드

public static Track ( this instance, string eventName, bool publishable ) : System.Threading.Tasks.Task
instance this
eventName string
publishable bool
리턴 System.Threading.Tasks.Task