Skip to content

Invokable_ITransactionalBitArrayGrain_GrainReference_B821F3B1 Methods

Base type used for method requests.

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.