Exemplo n.º 1
0
 public void OnComplete()
 {
     if (this.startTime.HasValue)
     {
         PhotonCounter.OnOperationCompleted(this.startTime.GetValueOrDefault());
     }
 }
Exemplo n.º 2
0
 public void OnStart()
 {
     this.startTime = new long?(PhotonCounter.GetTimestamp());
 }