Method | Description | |
---|---|---|
Beginadd_destination ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_publishers ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_publisher ( string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_destination ( string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_all_destinations ( string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginremove_destination ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string publishers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_destination ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_publishers ( System asyncResult ) : void | ||
Enddelete_publisher ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_destination ( System asyncResult ) : string[][] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endremove_all_destinations ( System asyncResult ) : void | ||
Endremove_destination ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
LogPublisher ( ) : System |
Method | Description | |
---|---|---|
add_destination ( string publishers, string destinations ) : void | ||
create ( string publishers, string destinations ) : void | ||
delete_all_publishers ( ) : void | ||
delete_publisher ( string publishers ) : void | ||
get_description ( string publishers ) : string[] | ||
get_destination ( string publishers ) : string[][] | ||
get_list ( ) : string[] | ||
get_version ( ) : string | ||
remove_all_destinations ( string publishers ) : void | ||
remove_destination ( string publishers, string destinations ) : void | ||
set_description ( string publishers, string descriptions ) : void |
public Beginadd_destination ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
publishers | string | |
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
publishers | string | |
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_publishers ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_publisher ( string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
publishers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
publishers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_destination ( string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
publishers | 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 Beginremove_all_destinations ( string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
publishers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_destination ( string publishers, string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
publishers | string | |
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string publishers, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
publishers | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endadd_destination ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_publishers ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_publisher ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_destination ( 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 Endremove_all_destinations ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_destination ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |