ICallerContextServiceCreateAndSetCurrentContext Method  | 
 Creates a new context object and associates it with the current caller.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxCallerContext CreateAndSetCurrentContext(
	Guid? sessionId
)
Function CreateAndSetCurrentContext ( 
	sessionId As Guid?
) As CallerContext
CallerContext^ CreateAndSetCurrentContext(
	Nullable<Guid> sessionId
)
abstract CreateAndSetCurrentContext : 
        sessionId : Nullable<Guid> -> CallerContext 
Parameters
- sessionId
 - Type: SystemNullableGuid
              The ID of the session to be associated with the caller; or 
              to indicate that no session should be associated.
             
Return Value
Type: 
CallerContextThe object representing the current caller context.
Exceptions
See Also