iControl.SecurityLogProfile.Endget_network_format C# (CSharp) Метод

Endget_network_format() публичный Метод

public Endget_network_format ( System asyncResult ) : SecurityLogProfileNetworkStorageFormat[][]
asyncResult System
Результат SecurityLogProfileNetworkStorageFormat[][]
        public SecurityLogProfileNetworkStorageFormat[][] Endget_network_format(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SecurityLogProfileNetworkStorageFormat [] [])(results[0]));
        }
SecurityLogProfile