FlexReport for WinForms
BeginLogonUser メソッド (ReportingService2005SoapClient)


C1.Document.4.6.2 アセンブリ > C1.ImportServices.ReportingService4 名前空間 > ReportingService2005SoapClient クラス : BeginLogonUser メソッド
シンタックス
'宣言
 
Public Function BeginLogonUser( _
   ByVal userName As System.String, _
   ByVal password As System.String, _
   ByVal authority As System.String, _
   ByVal callback As System.AsyncCallback, _
   ByVal asyncState As System.Object _
) As System.IAsyncResult
'使用法
 
Dim instance As ReportingService2005SoapClient
Dim userName As System.String
Dim password As System.String
Dim authority As System.String
Dim callback As System.AsyncCallback
Dim asyncState As System.Object
Dim value As System.IAsyncResult
 
value = instance.BeginLogonUser(userName, password, authority, callback, asyncState)
public System.IAsyncResult BeginLogonUser( 
   System.string userName,
   System.string password,
   System.string authority,
   System.AsyncCallback callback,
   System.object asyncState
)

パラメータ

userName
password
authority
callback
asyncState
参照

参照

ReportingService2005SoapClient クラス
ReportingService2005SoapClient メンバ