C# Class Microsoft.Azure.Devices.Applications.RemoteMonitoring.Simulator.WebJob.SimulatorCore.Transport.DeserializableCommand

Wraps the byte array returned from the cloud so that it can be deserialized
Show file Open project: Azure/azure-iot-remote-monitoring Class Usage Examples

Public Methods

Method Description
DeserializableCommand ( Client message ) : System.Diagnostics
DeserializableCommand ( CommandHistory history, string lockToken ) : System.Diagnostics

Method Details

DeserializableCommand() public method

public DeserializableCommand ( Client message ) : System.Diagnostics
message Client
return System.Diagnostics

DeserializableCommand() public method

public DeserializableCommand ( CommandHistory history, string lockToken ) : System.Diagnostics
history Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Models.CommandHistory
lockToken string
return System.Diagnostics