Skip to content

Invokable_ITransactionTestGrain_GrainReference_35D6FD32 Methods

Base class for requests for methods which return System.Threading.Tasks.ValueTask.

Dispose

override
public override void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetActivityName

override
public override string GetActivityName()
Gets the activity name, which refers to both the interface name and method name.

GetInterfaceName

override
public override string GetInterfaceName()
Gets the full interface name.

GetInterfaceType

override
public override Type GetInterfaceType()
Gets the interface type.

GetMethod

override
public override MethodInfo GetMethod()
Gets the method info object, which may be null.

GetMethodName

override
public override string GetMethodName()
Gets the method name.

GetTarget

override
public override object GetTarget()
Gets the invocation target.

Returns

The invocation target.

SetTarget(ITargetHolder)

override
public override void SetTarget(ITargetHolder holder)
Sets the invocation target from an instance of ITargetHolder.

Parameters

holderITargetHolder
The invocation target.