Class ExecuteHelper (3.8.0)

public static class ExecuteHelper

Helper class to wrap operations.

Inheritance

Object > ExecuteHelper

Namespace

Google.Cloud.Spanner.V1.Internal

Assembly

Google.Cloud.Spanner.V1.dll

Methods

IsSessionExpiredError(RpcException)

public static bool IsSessionExpiredError(this RpcException rpcException)

Determines whether rpcException is due to a session expiry.

Parameter
NameDescription
rpcExceptionRpcException
Returns
TypeDescription
Boolean