Свойство | Type | Description | |
---|---|---|---|
CheckCaSuccess | void | ||
CheckCaSuccess | void |
Méthode | Description | |
---|---|---|
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 |
||
WithdrawListingAsync ( IList |
Méthode | Description | |
---|---|---|
CheckCaSuccess ( APIResultOfInt32 result ) : void | ||
CheckCaSuccess ( APIResultOfString result ) : void |
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. |
Résultat | System |
public PingAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public WithdrawListing ( IList |
||
itemSkus | IList |
|
withdrawReason | string | |
Résultat | void |
public WithdrawListingAsync ( IList |
||
itemSkus | IList |
|
withdrawReason | string | |
Résultat | System.Threading.Tasks.Task |