iControl.SystemCluster.is_clustered_environment C# (CSharp) Method

is_clustered_environment() private method

private is_clustered_environment ( ) : bool
return bool
        public bool is_clustered_environment(

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