C# Class 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.
Inheritance: IDisposable
Show file Open project: paralect/brod

Public Methods

Method Description
Dispose ( ) : void
ProducerContext ( ) : System

Creates ProducerContext

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProducerContext() public method

Creates ProducerContext
public ProducerContext ( ) : System
return System