PowerTCP SSH and SFTP for .NET
ThreadingModel Property




Controls the threading model used by the component.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ThreadingModel As ThreadingModel
'Usage
 
Dim instance As ComponentBase
Dim value As ThreadingModel
 
instance.ThreadingModel = value
 
value = instance.ThreadingModel
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public ThreadingModel ThreadingModel {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property ThreadingModel get_ThreadingModel();
public: __property void set_ThreadingModel( 
   ThreadingModel value
);
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property ThreadingModel ThreadingModel {
   ThreadingModel get();
   void set (    ThreadingModel value);
}
Remarks
See ThreadingModel for a complete description of this property's use.
See Also

Reference

ComponentBase Class
ComponentBase Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic