BPM.Server
a(Int32,y,hf) Method



Syntax
'Declaration
 
Public Overloads Shared Sub a( _
   ByVal A_0 As Integer, _
   ByRef A_1 As y, _
   ByRef A_2 As hf _
) 
'Usage
 
Dim A_0 As Integer
Dim A_1 As y
Dim A_2 As hf
 
BPMProcess.a(A_0, A_1, A_2)
public static void a( 
   int A_0,
   out y A_1,
   out hf A_2
)
public:
static void a( 
   int A_0,
   [Out] y^ A_1,
   [Out] hf^ A_2
) 

Parameters

A_0
A_1
A_2
Requirements

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

See Also

Reference

BPMProcess Class
BPMProcess Members
Overload List

Send Feedback