C# Class Dse.Auth.Sspi.SecurityStatusExtensions

Provides extension methods for the SecurityStatus enumeration.
Exibir arquivo Open project: datastax/csharp-driver-dse

Public Methods

Method Description
IsError ( this status ) : bool

Returns whether or not the status represents an error.

Method Details

IsError() public static method

Returns whether or not the status represents an error.
public static IsError ( this status ) : bool
status this
return bool