Invokable_ITransactionalResourceExtension_GrainReference_Ext_F5548DA5
class
Namespace: OrleansCodeGen.Orleans.Transactions.Abstractions
Base type for generated transactional request invokers which return a
System.Threading.Tasks.Task. public sealed class Invokable_ITransactionalResourceExtension_GrainReference_Ext_F5548DA5 : TransactionTaskRequest<TransactionalStatus>Constructors
Properties
IsCancellabletrueif this request supports cancellation;falseotherwise.
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.GetActivityNameGets the activity name, which refers to both the interface name and method name.GetArgument(int)Gets the argument at the specified index.GetArgumentCountGets the number of arguments.GetCancellationTokenGets the cancellation token for this request. If the request does not accept a cancellation token, this will beSystem.Threading.CancellationToken.None.GetInterfaceNameGets the full interface name.GetInterfaceTypeGets the interface type.GetMethodGets the method info object, which may benull.GetMethodNameGets the method name.GetTargetGets the invocation target.InvokeInnerInvokes the generated method implementation.SetArgument(int, object)Sets the argument at the specified index.SetTarget(ITargetHolder)Sets the invocation target from an instance ofITargetHolder.TryCancelTries to cancel the invocation.
