Class CheckIfAssociateNameIsLegal
Check if an associate name is legal (e.g. allowed in the current installation and not taken by somebody else)
Inheritance
CheckIfAssociateNameIsLegal
Assembly: SoDataBase.dll
Syntax
public sealed class CheckIfAssociateNameIsLegal : MulticastDelegate
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
EnumUtil.MapEnums<From, To>(From)