Table of Contents

Class CredentialsRefresherEventSource

Namespace
RabbitMQ.Client.OAuth2
Assembly
RabbitMQ.Client.OAuth2.dll
[EventSource(Name = "CredentialRefresher")]
public class CredentialsRefresherEventSource : EventSource, IDisposable
Inheritance
CredentialsRefresherEventSource
Implements
Inherited Members

Properties

Log

public static CredentialsRefresherEventSource Log { get; }

Property Value

CredentialsRefresherEventSource

Methods

RefreshedCredentials(string)

[Event(3)]
public void RefreshedCredentials(string name)

Parameters

name string

Started(string)

[Event(1)]
public void Started(string name)

Parameters

name string

Stopped(string)

[Event(2)]
public void Stopped(string name)

Parameters

name string