Uses of Class
com.microsoft.azure.toolkit.lib.common.operation.OperationThreadContext
-
Packages that use OperationThreadContext Package Description com.microsoft.azure.toolkit.lib.common.operation -
-
Uses of OperationThreadContext in com.microsoft.azure.toolkit.lib.common.operation
Fields in com.microsoft.azure.toolkit.lib.common.operation declared as OperationThreadContext Modifier and Type Field Description protected OperationThreadContextOperationThreadContext. parentFields in com.microsoft.azure.toolkit.lib.common.operation with type parameters of type OperationThreadContext Modifier and Type Field Description private static ThreadLocal<OperationThreadContext>OperationThreadContext. contextMethods in com.microsoft.azure.toolkit.lib.common.operation that return OperationThreadContext Modifier and Type Method Description static OperationThreadContextOperationThreadContext. current()OperationThreadContextOperationThreadContext. derive()Methods in com.microsoft.azure.toolkit.lib.common.operation with parameters of type OperationThreadContext Modifier and Type Method Description private voidOperationThreadContext. setParent(OperationThreadContext parent)Constructors in com.microsoft.azure.toolkit.lib.common.operation with parameters of type OperationThreadContext Constructor Description OperationThreadContext(OperationThreadContext parent)
-