EventWebService.FireAsyncEvent Method

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

Syntax

'宣言
<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.Framework.Server.WebServices Namespace