FloatingQueue.Server.Core.NodeConfiguration.CreateProxy C# (CSharp) 메소드

CreateProxy() 공개 메소드

public CreateProxy ( ) : void
리턴 void
        public void CreateProxy()
        {
            if (Proxy != null)
                throw new InvalidOperationException("Proxy cannot be be created more than 1 time");
            if (!IsSelf)
                Proxy = new SafeInternalQueueServiceProxy(InternalAddress);
        }