예제 #1
0
 public virtual bool TryGetTelemetryId(out Guid telemetryId)
 {
     telemetryId = CodeAction.GetTelemetryId();
     return(true);
 }