ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.FireEventAsync C# (CSharp) Method

FireEventAsync() public method

public FireEventAsync ( string EventType, string EventData ) : void
EventType string
EventData string
return void
        public void FireEventAsync(string EventType, string EventData) {
            this.FireEventAsync(EventType, EventData, null);
        }
        

Same methods

ReportingService2005::FireEventAsync ( string EventType, string EventData, object userState ) : void
ReportingService2005