iControl.SystemCluster.Beginis_clustered_environment C# (CSharp) Method

Beginis_clustered_environment() public method

public Beginis_clustered_environment ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginis_clustered_environment(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("is_clustered_environment", new object[0], callback, asyncState);
        }
SystemCluster