Opc.Ua.ServiceHost.OnOpening C# (CSharp) 메소드

OnOpening() 보호된 메소드

Starts the UA TCP listener if configured as part of the host.
protected OnOpening ( ) : void
리턴 void
        protected override void OnOpening()
        {
            base.OnOpening();
        }
        #endregion