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

Endis_clustered_environment() 공개 메소드

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