iControl.SystemHAGroup.Endget_cluster_attribute C# (CSharp) Method

Endget_cluster_attribute() public method

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