ActivityInterceptorConfiguration.RegisterRelationship(String, Object, Object) Method
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.
public:
void RegisterRelationship(System::String ^ otherActivityName, System::Object ^ location, System::Object ^ otherIDExtractionInfo);
public void RegisterRelationship (string otherActivityName, object location, object otherIDExtractionInfo);
member this.RegisterRelationship : string * obj * obj -> unit
Public Sub RegisterRelationship (otherActivityName As String, location As Object, otherIDExtractionInfo As Object)
Parameters
- otherActivityName
- String
- location
- Object
- otherIDExtractionInfo
- Object