This method returns the
object associated with the current thread. When no user context has been set, a default one exists containing the current locale for the current thread.
Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Get() As UserContext |
C# |
---|
public static UserContext Get() |
C++ |
---|
public: static UserContext Get() |
J# |
---|
public static UserContext Get() |
JScript |
---|
public static function Get() : UserContext |
Return Value
The
object associated with the current thread.