IWSTrustFeb2005AsyncContract.BeginTrustFeb2005Issue Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Şub 2005 protokolü için WS-Trust Issue yöntemini tanımlar.
public:
IAsyncResult ^ BeginTrustFeb2005Issue(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue", AsyncPattern=true, Name="TrustFeb2005IssueAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")]
public IAsyncResult BeginTrustFeb2005Issue (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RST/Issue", AsyncPattern=true, Name="TrustFeb2005IssueAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")>]
abstract member BeginTrustFeb2005Issue : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005Issue (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult
Parametreler
- callback
- AsyncCallback
AsyncCallbackZaman uyumsuz işlem tamamlandıktan sonra bildirim alan temsilci.
- state
- Object
Zaman uyumsuz işlemle ilişkili durum bilgilerini içeren nesne.
Döndürülenler
IAsyncResultZaman uyumsuz işlem başvurur.
- Öznitelikler