C# 클래스 ChannelAdvisorAccess.Services.Listing.ListingService

상속: IListingService
파일 보기 프로젝트 열기: agileharbor/channelAdvisorAccess

Private Properties

프로퍼티 타입 설명
CheckCaSuccess void
CheckCaSuccess void

공개 메소드들

메소드 설명
ListingService ( APICredentials credentials, string name, string accountId ) : System

Initializes a new instance of the ListingService class.

Ping ( ) : void
PingAsync ( ) : System.Threading.Tasks.Task
WithdrawListing ( IList itemSkus, string withdrawReason ) : void
WithdrawListingAsync ( IList itemSkus, string withdrawReason ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
CheckCaSuccess ( APIResultOfInt32 result ) : void
CheckCaSuccess ( APIResultOfString result ) : void

메소드 상세

ListingService() 공개 메소드

Initializes a new instance of the ListingService class.
public ListingService ( APICredentials credentials, string name, string accountId ) : System
credentials APICredentials The credentials.
name string The account user-friendly name.
accountId string The account id.
리턴 System

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

PingAsync() 공개 메소드

public PingAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

WithdrawListing() 공개 메소드

public WithdrawListing ( IList itemSkus, string withdrawReason ) : void
itemSkus IList
withdrawReason string
리턴 void

WithdrawListingAsync() 공개 메소드

public WithdrawListingAsync ( IList itemSkus, string withdrawReason ) : System.Threading.Tasks.Task
itemSkus IList
withdrawReason string
리턴 System.Threading.Tasks.Task