Class AsyncOperations
Inheritance
System.Object
AsyncOperations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Network.PDUs.Items
Assembly:EvilDICOM.dll
Syntax
public class AsyncOperations
Properties
View SourceMaxInvokeOperations
Declaration
public int MaxInvokeOperations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxPerformOperations
Declaration
public int MaxPerformOperations { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()