|  | JsonRpcParameterIsTask Property  | 
 [This is preliminary documentation and is subject to change.]
            Whether the parameter is a 
Task or 
Task<ParameterType> instead of ParameterType itself.
            
 
    Namespace: 
   JsonRpc.Contracts
    Assembly:
   JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
 Syntax
Syntaxpublic bool IsTask { get; set; }Public Property IsTask As Boolean
	Get
	Set
Dim instance As JsonRpcParameter
Dim value As Boolean
value = instance.IsTask
instance.IsTask = value
public:
property bool IsTask {
	bool get ();
	void set (bool value);
}member IsTask : bool with get, set
Property Value
Type: 
Boolean See Also
See Also