ReportingService2005.BeginFireEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncResult ^ BeginFireEvent(System::String ^ EventType, System::String ^ EventData, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginFireEvent (string EventType, string EventData, AsyncCallback callback, object asyncState);
member this.BeginFireEvent : string * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginFireEvent (EventType As String, EventData As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- EventType
- String
- EventData
- String
- callback
- AsyncCallback
- asyncState
- Object