EventWebService.FireAsyncEvent Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace