Método IClientNotificationService.PostNotification (TeamFoundationRequestContext, NotificationMessage, DateTime, Guid)
Namespace: Microsoft.VisualStudio.Services.ClientNotification
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Sub PostNotification ( _
requestContext As TeamFoundationRequestContext, _
message As NotificationMessage, _
executionUtcDateTime As DateTime, _
identityId As Guid _
)
void PostNotification(
TeamFoundationRequestContext requestContext,
NotificationMessage message,
DateTime executionUtcDateTime,
Guid identityId
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- executionUtcDateTime
Tipo: System.DateTime
- identityId
Tipo: System.Guid
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
IClientNotificationService Interface
Namespace Microsoft.VisualStudio.Services.ClientNotification