Interface IRPCActionCallBuilder NamespacePhoesion.Glow.SDK.Firefly AssemblyPhoesion.Glow.SDK.Firefly.Abstractions.dll public interface IRPCActionCallBuilder : IActionCallBuilder<object?>, IActionCallBuilder Inherited Members IActionCallBuilder<object>.IgnoreRemoteExceptions() IActionCallBuilder<object>.IncludeRemoteExceptions() IActionCallBuilder<object>.IncludeRemoteExceptions(bool) IActionCallBuilder<object>.OnRemoteException(Action<IPhotonException>) IActionCallBuilder<object>.WithCancellationToken(CancellationToken) IActionCallBuilder<object>.WithProgressReportCB(InteropProgressReportCallbackDelegate) IActionCallBuilder<object>.WithHeader(string, StringValues) IActionCallBuilder<object>.WithHeaders(IEnumerable<KeyValuePair<string, StringValues>>) IActionCallBuilder<object>.WithResponseCacheTimeout(TimeSpan?, string) IActionCallBuilder<object>.WithTimeout(TimeSpan?) IActionCallBuilder<object>.WithServiceTag<TTag>(string) IActionCallBuilder<object>.AllowedResultTypes(ISet<Type>) IActionCallBuilder<object>.WithResiliencePolicy(IAsyncPolicy<object>) IActionCallBuilder<object>.InvokeAsync() IActionCallBuilder<object>.GetAwaiter() IActionCallBuilder.Action IActionCallBuilder.ArgumentNames IActionCallBuilder.ArgumentTypes IActionCallBuilder.ArgumentValues IActionCallBuilder.IsBroadcast IActionCallBuilder.OperationId