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
파일 보기 프로젝트 열기: paralect/brod

공개 메소드들

메소드 설명
Dispose ( ) : void
ProducerContext ( ) : System

Creates ProducerContext

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProducerContext() 공개 메소드

Creates ProducerContext
public ProducerContext ( ) : System
리턴 System