Show / Hide Table of Contents

Class Result

結果類別

Inheritance
System.Object
Result
DownloadResult
SearchResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: com.emc.s3.lib
Assembly: com.emc.s3.lib.dll
Syntax
public class Result

Constructors

Result()

建構式

Declaration
public Result()

Properties

IsOK

執行成功

Declaration
public bool IsOK { get; set; }
Property Value
Type Description
System.Boolean

Message

訊息(異常訊息、檔案名稱)

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
Back to top