iControl.SecurityLogProfile.Endget_network_format C# (CSharp) Method

Endget_network_format() public method

public Endget_network_format ( System asyncResult ) : SecurityLogProfileNetworkStorageFormat[][]
asyncResult System
return SecurityLogProfileNetworkStorageFormat[][]
        public SecurityLogProfileNetworkStorageFormat[][] Endget_network_format(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SecurityLogProfileNetworkStorageFormat [] [])(results[0]));
        }
SecurityLogProfile