iControl.SystemCluster.is_clustered_environment C# (CSharp) 메소드

is_clustered_environment() 개인적인 메소드

private is_clustered_environment ( ) : bool
리턴 bool
        public bool is_clustered_environment(

	)
        {
            object [] results = this.Invoke("is_clustered_environment", new object [0]);
            return ((bool)(results[0]));
        }
SystemCluster