ReportingService2005.FireEventAsync Método

Definição

Sobrecargas

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)

Parâmetros

EventType
String
EventData
String

Aplica-se 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)

Parâmetros

EventType
String
EventData
String
userState
Object

Aplica-se a