CQRSMicroservices.ServiceFabric.AggregateRootActor.ActorEventSource.ActorEventSource C# (CSharp) Метод

ActorEventSource() статический приватный Метод

static private ActorEventSource ( ) : System
Результат System
    static ActorEventSource()
    {
      // A workaround for the problem where ETW activities do not get tracked until Tasks infrastructure is initialized.
      // This problem will be fixed in .NET Framework 4.6.2.
      Task.Run(() => { }).Wait();
    }