DelayedSpCall Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DelayedSpCall() | |
DelayedSpCall(String, Object[]) |
DelayedSpCall()
public:
DelayedSpCall();
public DelayedSpCall ();
Public Sub New ()
Applies to
DelayedSpCall(String, Object[])
public:
DelayedSpCall(System::String ^ spName, ... cli::array <System::Object ^> ^ parameterList);
public DelayedSpCall (string spName, params object[] parameterList);
new Microsoft.BizTalk.Bam.EventObservation.DelayedSpCall : string * obj[] -> Microsoft.BizTalk.Bam.EventObservation.DelayedSpCall
Public Sub New (spName As String, ParamArray parameterList As Object())
Parameters
- spName
- String
- parameterList
- Object[]