iControl.SystemHAGroup.Endadd_cluster C# (CSharp) Method

Endadd_cluster() public method

public Endadd_cluster ( System asyncResult ) : void
asyncResult System
return void
        public void Endadd_cluster(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemHAGroup