DelegateGetValueImplDelegate
Delegate
Implementation detail.
Definition
Namespace:Telerik.JustMock.Core
Assembly:Telerik.JustMock.dll
Syntax:
cs-api-definition
public delegate bool GetValueImplDelegate(bool currentUser, string keyName, string valueName, StringBuilder outValue, int outValueByteCount)
Constructors
Methods
BeginInvoke(bool, string, string, StringBuilder, int, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(bool currentUser, string keyName, string valueName, StringBuilder outValue, int outValueByteCount, AsyncCallback callback, object @object)
Parameters
currentUser
keyName
valueName
outValue
outValueByteCount
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result
Returns