Show / Hide Table of Contents

Interface ICommandAuditSerializer

Serializer used by the audit pipeline

Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public interface ICommandAuditSerializer

Methods

| Improve this Doc View Source

Serialize(ICommand)

Serialize the command

Declaration
string Serialize(ICommand command)
Parameters
Type Name Description
ICommand command

The command to serialize

Returns
Type Description
System.String

A serialized version of the command

  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall