Miner.Interop.Process Namespace > clsMobileClass Class : Create Method |
'Declaration
Public Overridable Function Create( _ ByVal nodeTypeId As System.Integer, _ ByVal NodeId As System.Integer, _ ByRef sPacketId As System.String _ ) As System.Boolean
'Usage
Dim instance As clsMobileClass Dim nodeTypeId As System.Integer Dim NodeId As System.Integer Dim sPacketId As System.String Dim value As System.Boolean value = instance.Create(nodeTypeId, NodeId, sPacketId)
public virtual System.bool Create( System.int nodeTypeId, System.int NodeId, ref System.string sPacketId )
public function Create( nodeTypeId: System.Integer; NodeId: System.Integer; var sPacketId: System.String ): System.Boolean; virtual;
public function Create( nodeTypeId : System.int, NodeId : System.int, sPacketId : System.String ) : System.boolean;
public: virtual System.bool Create( System.int nodeTypeId, System.int NodeId, ref System.string* sPacketId )
public: virtual System.bool Create( System.int nodeTypeId, System.int NodeId, System.String^% sPacketId )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2