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