VB.NET多线程使用例子
’定义Delegate
Private Delegate Function testDelegate(ByVal objParam As Object) As String
‘多线程调用
Public Function testIf(ByVal objParam As Object) As String
Dim testCall As New testDelegate(AddressOf test)
testCall.Be
’定义Delegate
Private Delegate Function testDelegate(ByVal objParam As Object) As String
‘多线程调用
Public Function testIf(ByVal objParam As Object) As String
Dim testCall As New testDelegate(AddressOf test)
testCall.Be