Class CheckIfAssociateUserNameIsLegal
Check if an associate user name is legal
Inheritance
CheckIfAssociateUserNameIsLegal
Assembly: SoDataBase.dll
Syntax
public sealed class CheckIfAssociateUserNameIsLegal : MulticastDelegate
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
EnumUtil.MapEnums<From, To>(From)