Carries information about a set of server tasks

Namespace: Contracts.Responses
Assembly: Contracts (in Contracts.dll)

<DataContract()> _ 
<System.Reflection.Obfuscation(Exclude = true)> _ 
Public Class TaskLibraryInfoResponse 
Inherits OperationResponse
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true)] 
public class TaskLibraryInfoResponse : OperationResponse
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true)] 
public ref class TaskLibraryInfoResponse : public OperationResponse^
This language is not supported or no code example is available.
public  
DataContract() 
System.Reflection.Obfuscation(Exclude = true) 
class TaskLibraryInfoResponse 
extends OperationResponse
This language is not supported or no code example is available.
Name Description
Public property EventID Get or set the event id associated with this response (inherited from OperationResponse).
Public property IsException Get or set any exception message (inherited from OperationResponse).
Public property Level Get the level (inherited from OperationResponse).
Public property Message Get the message (inherited from OperationResponse).
Public property Ok Is this response ok? (inherited from OperationResponse).
Public property ServerEventID The response may carry a server id (inherited from OperationResponse).
Public property Tasks Get our list of tasks
Top
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Public method Static Error(long, string) Create an error (inherited from OperationResponse).
Public method Static ErrorWithData<T>(long, string, T) (inherited from OperationResponse).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Convert to a string - just get the message, if there is one (inherited from OperationResponse).
Top
Contracts.Responses.TaskLibraryInfoResponse

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1