HostedApplication.Notify Method (String, Object)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Note: This API is now obsolete.
Notify the script with information.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
[ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public void Notify(
string notify,
object info
)
<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")>
Public Sub Notify (
notify As String,
info As Object
)
Parameters
notify
Type: System.StringString notification information.
info
Type: System.ObjectString passed in as information.
Remarks
Used by IVsaSite interface
See Also
HostedApplication Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright