MySQL Connector/Net
MySqlWebSecurityIsUseLoggedOn Method |
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9

public static bool IsUseLoggedOn( int userId )
Public Shared Function IsUseLoggedOn ( userId As Integer ) As Boolean
public: static bool IsUseLoggedOn( int userId )
static member IsUseLoggedOn : userId : int -> bool
Parameters
- userId
- Type: SystemInt32
Return Value
Type: Boolean