Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Show session event delegate.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New SessionShowHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub SessionShowHandler ( _
session As Session _
)
public delegate void SessionShowHandler (
Session session
)
public delegate void SessionShowHandler (
Session^ session
)
/** @delegate */
public delegate void SessionShowHandler (
Session session
)
Platforms
See Also
Reference
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.