C# 클래스 NetMQ.Core.Transports.Pgm.PgmSocket

A PgmSocket utilizes the Pragmatic General Multicast (PGM) multicast protocol, which is also referred to as "reliable multicast". This is only supported on Windows when Microsoft Message Queueing (MSMQ) is installed. See RFC 3208.
상속: IDisposable
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
PgmSocket ( [ options, PgmSocketType pgmSocketType, [ pgmAddress ) : System
ToString ( ) : string

Override the ToString method to produce a more descriptive, useful description.

비공개 메소드들

메소드 설명
Init ( ) : void

Perform initialization of this PgmSocket, including creating the socket handle.

InitOptions ( ) : void
InitReceiver ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PgmSocket() 공개 메소드

public PgmSocket ( [ options, PgmSocketType pgmSocketType, [ pgmAddress ) : System
options [
pgmSocketType PgmSocketType
pgmAddress [
리턴 System

ToString() 공개 메소드

Override the ToString method to produce a more descriptive, useful description.
public ToString ( ) : string
리턴 string