iControl.SystemConfigSync.Enddownload_configuration C# (CSharp) Method

Enddownload_configuration() public method

public Enddownload_configuration ( System asyncResult, long &file_offset ) : SystemConfigSyncFileTransferContext
asyncResult System
file_offset long
return SystemConfigSyncFileTransferContext
        public SystemConfigSyncFileTransferContext Enddownload_configuration(System.IAsyncResult asyncResult,
 out long file_offset)
        {
            object [] results = this.EndInvoke(asyncResult);
            file_offset = ((long)(results[1]));
            return ((SystemConfigSyncFileTransferContext)(results[0]));
        }
SystemConfigSync