PICollective.SwitchMember Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The SwitchMember method is used to change the currently connected
member of the collective.
Overload List
| Name | Description | |
|---|---|---|
| SwitchMember(AFConnectionPreference) |
The SwitchMember method is used to change the currently connected
member of the collective using default credentials.
| |
| SwitchMember(PICollectiveMember) |
The SwitchMember method is used to change to the specified
member of the collective using default credentials.
| |
| SwitchMember(NetworkCredential, AFConnectionPreference) |
The SwitchMember method is used to change the currently connected
member of the collective using the specified PI User credentials.
| |
| SwitchMember(NetworkCredential, PICollectiveMember) |
The SwitchMember method is used to change to the specified
member of the collective using the specified PI User credentials.
| |
| SwitchMember(Boolean, IWin32Window, AFConnectionPreference) |
The SwitchMember method is used to change the currently connected
member of the collective with a credential prompt if necessary.
| |
| SwitchMember(Boolean, IWin32Window, PICollectiveMember) |
The SwitchMember method is used to change to the specified
member of the collective with a credential prompt if necessary.
| |
| SwitchMember(NetworkCredential, PIAuthenticationMode, AFConnectionPreference) |
The SwitchMember method is used to change the currently connected
member of the collective using the specified credentials.
| |
| SwitchMember(NetworkCredential, PIAuthenticationMode, PICollectiveMember) |
The SwitchMember method is used to change to the specified
member of the collective using the specified credentials.
|
See Also
In This Topic
Related Links
- SwitchMember Method (AFConnectionPreference)
- SwitchMember Method (PICollectiveMember)
- SwitchMember Method (NetworkCredential, AFConnectionPreference)
- SwitchMember Method (NetworkCredential, PICollectiveMember)
- SwitchMember Method (Boolean, IWin32Window, AFConnectionPreference)
- SwitchMember Method (Boolean, IWin32Window, PICollectiveMember)
- SwitchMember Method (NetworkCredential, PIAuthenticationMode, AFConnectionPreference)
- SwitchMember Method (NetworkCredential, PIAuthenticationMode, PICollectiveMember)