IClientNotificationService.PostNotification Method (TeamFoundationRequestContext, NotificationMessage, 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, _
identityId As Guid _
)
void PostNotification(
TeamFoundationRequestContext requestContext,
NotificationMessage message,
Guid identityId
)
void PostNotification(
TeamFoundationRequestContext^ requestContext,
NotificationMessage^ message,
Guid identityId
)
abstract PostNotification :
requestContext:TeamFoundationRequestContext *
message:NotificationMessage *
identityId:Guid -> unit
function PostNotification(
requestContext : TeamFoundationRequestContext,
message : NotificationMessage,
identityId : Guid
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- 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