Class LwtInfo
Inherited Members
Namespace: Cassandra.Connections
Assembly: ScyllaDB.dll
Syntax
public class LwtInfo
Methods
GetMask()
Declaration
public int GetMask()
Returns
| Type | Description |
|---|---|
| int |
IsLwt(int)
Declaration
public bool IsLwt(int flags)
Parameters
| Type | Name | Description |
|---|---|---|
| int | flags |
Returns
| Type | Description |
|---|---|
| bool |
ParseLwtInfo(IDictionary<string, string[]>)
Declaration
public static LwtInfo ParseLwtInfo(IDictionary<string, string[]> supported)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<string, string[]> | supported |
Returns
| Type | Description |
|---|---|
| LwtInfo |