iControl.NetworkingProfileGRE.Endget_include_checksum_state C# (CSharp) Method

Endget_include_checksum_state() public method

public Endget_include_checksum_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
asyncResult System
return iControl.CommonProfileEnabledState[]
        public CommonProfileEnabledState[] Endget_include_checksum_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonProfileEnabledState [])(results[0]));
        }