Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As WSTrustServiceContract Dim handler As EventHandler(Of WSTrustRequestProcessingErrorEventArgs) AddHandler instance.RequestFailed, handler |
Syntax
Visual Basic |
---|
Public Event RequestFailed As EventHandler(Of WSTrustRequestProcessingErrorEventArgs) |
C# |
---|
public event EventHandler<WSTrustRequestProcessingErrorEventArgs> RequestFailed |
C++ |
---|
public: event EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ RequestFailed { void add (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value); void remove (EventHandler<WSTrustRequestProcessingErrorEventArgs^>^ value); } |
J# |
---|
/** @event */ public void add_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> value) /** @event */ public void remove_RequestFailed (EventHandler<WSTrustRequestProcessingErrorEventArgs> value) |
JScript |
---|
|