C# 클래스 CdnLink.Pull.CdnReceivedFtpFile

파일 보기 프로젝트 열기: cardeliverynetwork/openapi.net 1 사용 예제들

공개 메소드들

메소드 설명
GetAllQueued ( ) : List
SetAsClientProcessed ( ) : void
SetAsError ( string errorCode, string errorMessage ) : void

Sets the update as errored

메소드 상세

GetAllQueued() 공개 정적인 메소드

public static GetAllQueued ( ) : List
리턴 List

SetAsClientProcessed() 공개 메소드

public SetAsClientProcessed ( ) : void
리턴 void

SetAsError() 공개 메소드

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