Delegate CheckIfAssociateNameIsLegal
Check if an associate name is legal (e.g. allowed in the current installation and not taken by somebody else)
Assembly: SoDataBase.dll
Syntax
public delegate bool CheckIfAssociateNameIsLegal(string associateName)
Parameters
Type |
Name |
Description |
string |
associateName |
User-name to check if is legal.
|
Returns
Type |
Description |
bool |
True if the user name is legal.
|
Constructors
CheckIfAssociateNameIsLegal(object, IntPtr)
Check if an associate name is legal (e.g. allowed in the current installation and not taken by somebody else)
Declaration
public CheckIfAssociateNameIsLegal(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
Check if an associate name is legal (e.g. allowed in the current installation and not taken by somebody else)
Declaration
public virtual IAsyncResult BeginInvoke(string associateName, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Check if an associate name is legal (e.g. allowed in the current installation and not taken by somebody else)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(string)
Check if an associate name is legal (e.g. allowed in the current installation and not taken by somebody else)
Declaration
public virtual bool Invoke(string associateName)
Parameters
Type |
Name |
Description |
string |
associateName |
|
Returns
Extension Methods