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