Delegate CheckIfAssociateUserNameIsLegal
Check if an associate user name is legal
Assembly: SoDataBase.dll
Syntax
public delegate bool CheckIfAssociateUserNameIsLegal(string associateUserName)
Parameters
Type |
Name |
Description |
string |
associateUserName |
|
Returns
Constructors
CheckIfAssociateUserNameIsLegal(object, IntPtr)
Check if an associate user name is legal
Declaration
public CheckIfAssociateUserNameIsLegal(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
Check if an associate user name is legal
Declaration
public virtual IAsyncResult BeginInvoke(string associateUserName, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Check if an associate user name is legal
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(string)
Check if an associate user name is legal
Declaration
public virtual bool Invoke(string associateUserName)
Parameters
Type |
Name |
Description |
string |
associateUserName |
|
Returns
Extension Methods