IClientNotificationService.PostNotification Method (TeamFoundationRequestContext, NotificationMessage, DateTime, Guid)
Namespace: Microsoft.VisualStudio.Services.ClientNotification
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub PostNotification ( _
requestContext As TeamFoundationRequestContext, _
message As NotificationMessage, _
executionUtcDateTime As DateTime, _
identityId As Guid _
)
void PostNotification(
TeamFoundationRequestContext requestContext,
NotificationMessage message,
DateTime executionUtcDateTime,
Guid identityId
)
void PostNotification(
TeamFoundationRequestContext^ requestContext,
NotificationMessage^ message,
DateTime executionUtcDateTime,
Guid identityId
)
abstract PostNotification :
requestContext:TeamFoundationRequestContext *
message:NotificationMessage *
executionUtcDateTime:DateTime *
identityId:Guid -> unit
function PostNotification(
requestContext : TeamFoundationRequestContext,
message : NotificationMessage,
executionUtcDateTime : DateTime,
identityId : Guid
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- executionUtcDateTime
Type: System.DateTime
- identityId
Type: System.Guid
.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
IClientNotificationService Interface
Microsoft.VisualStudio.Services.ClientNotification Namespace