iControl.SystemCluster.Endis_clustered_environment C# (CSharp) Method

Endis_clustered_environment() public method

public Endis_clustered_environment ( System asyncResult ) : bool
asyncResult System
return bool
        public bool Endis_clustered_environment(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
SystemCluster