ReportingService2005.FireEventAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| FireEventAsync(String, String) | |
| FireEventAsync(String, String, Object) |
FireEventAsync(String, String)
public:
void FireEventAsync(System::String ^ EventType, System::String ^ EventData);
public void FireEventAsync (string EventType, string EventData);
member this.FireEventAsync : string * string -> unit
Public Sub FireEventAsync (EventType As String, EventData As String)
Parametri
- EventType
- String
- EventData
- String
Si applica a
FireEventAsync(String, String, Object)
public:
void FireEventAsync(System::String ^ EventType, System::String ^ EventData, System::Object ^ userState);
public void FireEventAsync (string EventType, string EventData, object userState);
member this.FireEventAsync : string * string * obj -> unit
Public Sub FireEventAsync (EventType As String, EventData As String, userState As Object)
Parametri
- EventType
- String
- EventData
- String
- userState
- Object