NotificationHandler 대리자
네임스페이스: Microsoft.VisualStudio.Services.Client
어셈블리: Microsoft.VisualStudio.Services.Client(Microsoft.VisualStudio.Services.Client.dll)
구문
‘선언
Public Delegate Sub NotificationHandler ( _
message As NotificationMessage _
)
public delegate void NotificationHandler(
NotificationMessage message
)