public static void RemoveFile(
string itemLocalPath,
string accessKey,
string secretKey,
string bucket,
string region,
int timeoutMs
)
public static void RemoveFile(
string itemLocalPath,
string accessKey,
string secretKey,
string bucket,
string region,
int timeoutMs
)
Public Shared Sub RemoveFile (
itemLocalPath As String,
accessKey As String,
secretKey As String,
bucket As String,
region As String,
timeoutMs As Integer
)
Public Shared Sub RemoveFile (
itemLocalPath As String,
accessKey As String,
secretKey As String,
bucket As String,
region As String,
timeoutMs As Integer
)
public:
static void RemoveFile(
String^ itemLocalPath,
String^ accessKey,
String^ secretKey,
String^ bucket,
String^ region,
int timeoutMs
)
public:
static void RemoveFile(
String^ itemLocalPath,
String^ accessKey,
String^ secretKey,
String^ bucket,
String^ region,
int timeoutMs
)
static member RemoveFile :
itemLocalPath : string *
accessKey : string *
secretKey : string *
bucket : string *
region : string *
timeoutMs : int -> unit
static member RemoveFile :
itemLocalPath : string *
accessKey : string *
secretKey : string *
bucket : string *
region : string *
timeoutMs : int -> unit