Share via


EventWebService.FireAsyncEvent Method

Fires a BIS event.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub FireAsyncEvent ( _
    guaranteed As Boolean, _
    theEvent As String _
)
[WebMethodAttribute]
public void FireAsyncEvent(
    bool guaranteed,
    string theEvent
)
[WebMethodAttribute]
public:
void FireAsyncEvent(
    bool guaranteed, 
    String^ theEvent
)
[<WebMethodAttribute>]
member FireAsyncEvent : 
        guaranteed:bool * 
        theEvent:string -> unit
public function FireAsyncEvent(
    guaranteed : boolean, 
    theEvent : String
)

Parameters

.NET Framework Security

See Also

Reference

EventWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace