Exemplo n.º 1
0
 public ActivityLink(System.Diagnostics.ActivityContext context, System.Diagnostics.ActivityTagsCollection?tags = null)
 {
     throw null;
 }
Exemplo n.º 2
0
 public System.Diagnostics.Activity?StartActivity(System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext = default, System.Collections.Generic.IEnumerable <System.Collections.Generic.KeyValuePair <string, object?> >?tags = null, System.Collections.Generic.IEnumerable <System.Diagnostics.ActivityLink>?links = null, DateTimeOffset startTime = default, [System.Runtime.CompilerServices.CallerMemberName] string name = "")
 {
     throw null;
 }
Exemplo n.º 3
0
 public System.Diagnostics.Activity?StartActivity(string name, System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext, System.Collections.Generic.IEnumerable <System.Collections.Generic.KeyValuePair <string, object?> >?tags = null, System.Collections.Generic.IEnumerable <System.Diagnostics.ActivityLink>?links = null, System.DateTimeOffset startTime = default)
 {
     throw null;
 }
Exemplo n.º 4
0
 public System.Diagnostics.Activity?CreateActivity(string name, System.Diagnostics.ActivityKind kind, System.Diagnostics.ActivityContext parentContext, System.Collections.Generic.IEnumerable <System.Collections.Generic.KeyValuePair <string, object?> >?tags = null, System.Collections.Generic.IEnumerable <System.Diagnostics.ActivityLink>?links = null, System.Diagnostics.ActivityIdFormat idFormat = System.Diagnostics.ActivityIdFormat.Unknown)
 {
     throw null;
 }
Exemplo n.º 5
0
 public ActivityLink(System.Diagnostics.ActivityContext context, System.Collections.Generic.IEnumerable <System.Collections.Generic.KeyValuePair <string, object> >?attributes)
 {
     throw null;
 }
Exemplo n.º 6
0
 public ActivityLink(System.Diagnostics.ActivityContext context)
 {
     throw null;
 }