NetMQ.Core.Transports.Pgm.PgmSocket.PgmSocket C# (CSharp) 메소드

PgmSocket() 공개 메소드

public PgmSocket ( [ options, PgmSocketType pgmSocketType, [ pgmAddress ) : System
options [
pgmSocketType PgmSocketType
pgmAddress [
리턴 System
        public PgmSocket([NotNull] Options options, PgmSocketType pgmSocketType, [NotNull] PgmAddress pgmAddress)
        {
            m_options = options;
            m_pgmSocketType = pgmSocketType;
            m_pgmAddress = pgmAddress;
        }