NetMQ.Core.Transports.Pgm.PgmSocket.PgmSocket C# (CSharp) Méthode

PgmSocket() public méthode

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