Method | Description | |
---|---|---|
Begincreate ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_arcsight_destinations ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_arcsight_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_forwarding_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_forwarding_destination ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_arcsight_destinations ( System asyncResult ) : void | ||
Enddelete_arcsight_destination ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_forwarding_destination ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_description ( System asyncResult ) : void | ||
Endset_forwarding_destination ( System asyncResult ) : void | ||
LogDestinationArcSight ( ) : System |
Method | Description | |
---|---|---|
create ( string destinations, string forwarding_destinations ) : void | ||
delete_all_arcsight_destinations ( ) : void | ||
delete_arcsight_destination ( string destinations ) : void | ||
get_description ( string destinations ) : string[] | ||
get_forwarding_destination ( string destinations ) : string[] | ||
get_list ( ) : string[] | ||
get_version ( ) : string | ||
set_description ( string destinations, string descriptions ) : void | ||
set_forwarding_destination ( string destinations, string forwarding_destinations ) : void |
public Begincreate ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
forwarding_destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_arcsight_destinations ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_arcsight_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_forwarding_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | 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_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_forwarding_destination ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
forwarding_destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_arcsight_destinations ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_arcsight_destination ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_forwarding_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 Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_forwarding_destination ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |