Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- guaranteed 
 Type: System.Boolean- Obsolete 
- theEvent
 Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.