Method | Description | |
---|---|---|
Begincreate ( string names, string file_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_ifiles ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_ifile ( string names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_file_name ( string names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_file_name ( string names, string file_names, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_ifiles ( System asyncResult ) : void | ||
Enddelete_ifile ( System asyncResult ) : void | ||
Endget_file_name ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_file_name ( System asyncResult ) : void | ||
LocalLBiFile ( ) : System |
Method | Description | |
---|---|---|
create ( string names, string file_names ) : void | ||
delete_all_ifiles ( ) : void | ||
delete_ifile ( string names ) : void | ||
get_file_name ( string names ) : string[] | ||
get_list ( ) : string[] | ||
get_version ( ) : string | ||
set_file_name ( string names, string file_names ) : void |
public Begincreate ( string names, string file_names, System callback, object asyncState ) : System.IAsyncResult | ||
names | string | |
file_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_ifiles ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_ifile ( string names, System callback, object asyncState ) : System.IAsyncResult | ||
names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_file_name ( string names, System callback, object asyncState ) : System.IAsyncResult | ||
names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_file_name ( string names, string file_names, System callback, object asyncState ) : System.IAsyncResult | ||
names | string | |
file_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_ifiles ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_ifile ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_file_name ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_file_name ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |