C# Класс Brod.Producers.ProducerContext

ProducerContext is thread safe and may be shared among as many application threads as necessary, without any additional locking required on the part of the caller.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
ProducerContext ( ) : System

Creates ProducerContext

Описание методов

Dispose() публичный метод

public Dispose ( ) : void
Результат void

ProducerContext() публичный метод

Creates ProducerContext
public ProducerContext ( ) : System
Результат System