public final class MultiConnectionMode
extends Enum
Enumerate modes which indicates how client has to use multiple connections for heavy loaded operations.
| Modifier and Type | Field and Description |
|---|---|
static int |
Disable
Multiple connections mode is not supported
|
static int |
Enable
Multiple connections mode is supported
|
public static final int Enable
Multiple connections mode is supported
public static final int Disable
Multiple connections mode is not supported
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.