C# Class CdnLink.Pull.CdnReceivedFtpFile

Show file Open project: cardeliverynetwork/openapi.net Class Usage Examples

Public Methods

Method Description
GetAllQueued ( ) : List
SetAsClientProcessed ( ) : void
SetAsError ( string errorCode, string errorMessage ) : void

Sets the update as errored

Method Details

GetAllQueued() public static method

public static GetAllQueued ( ) : List
return List

SetAsClientProcessed() public method

public SetAsClientProcessed ( ) : void
return void

SetAsError() public method

Sets the update as errored
public SetAsError ( string errorCode, string errorMessage ) : void
errorCode string An error code for this error
errorMessage string Error message
return void