Share via


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

.NET Framework Security

See Also

Reference

IClientNotificationService Interface

PostNotification Overload

Microsoft.VisualStudio.Services.ClientNotification Namespace