ReportingService2010.BeginFireEvent 方法

定义

public:
 IAsyncResult ^ BeginFireEvent(System::String ^ EventType, System::String ^ EventData, System::String ^ SiteUrl, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginFireEvent (string EventType, string EventData, string SiteUrl, AsyncCallback callback, object asyncState);
Public Function BeginFireEvent (EventType As String, EventData As String, SiteUrl As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

EventType
String
EventData
String
SiteUrl
String
callback
AsyncCallback
asyncState
Object

返回

IAsyncResult

适用于