K2Informatics.Erlnet.OtpActor.OtpActor C# (CSharp) Method

OtpActor() public method

public OtpActor ( OtpActorMbox mbox ) : System
mbox OtpActorMbox
return System
        public OtpActor(OtpActorMbox mbox)
        {
            this.mbox = mbox;
        }